Skip to content

Commit

Permalink
SimDiscrete required to load discrete smd models
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Nov 7, 2024
1 parent a730c78 commit 6cb1854
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmake/FindSimModSuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ if (SIM_ACIS)
SpaACIS)
endif()

option(SIM_DISCRETE "Use Simmetrix discrete modeling" ON)
if (SIM_DISCRETE)
set(SIM_CAD_LIB_NAMES SimDiscrete ${SIM_CAD_LIB_NAMES})
endif()
set(SIM_CAD_LIB_NAMES SimDiscrete ${SIM_CAD_LIB_NAMES})

simLibCheck("${SIM_CAD_LIB_NAMES}" TRUE)

Expand Down

0 comments on commit 6cb1854

Please sign in to comment.