Skip to content

Commit

Permalink
Merge pull request #461 from SCOREC/cws/sim2025
Browse files Browse the repository at this point in the history
Support latest Simmetrix SimModSuite 2025.0
  • Loading branch information
cwsmith authored Oct 21, 2024
2 parents f4f31a9 + 27a3806 commit 5cbef61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindSimModSuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ string(REGEX REPLACE
"${SIM_VERSION}")

set(MIN_VALID_SIM_VERSION 15.0.191017)
set(MAX_VALID_SIM_VERSION 2024.1.240606)
set(MAX_VALID_SIM_VERSION 2025.0.241016)
if( ${SKIP_SIMMETRIX_VERSION_CHECK} )
message(STATUS "Skipping Simmetrix SimModSuite version check."
" This may result in undefined behavior")
Expand Down Expand Up @@ -124,7 +124,7 @@ endif()
option(SIM_PARASOLID "Use Parasolid through Simmetrix" OFF)
if (SIM_PARASOLID)
set(MIN_SIM_PARASOLID_VERSION 290)
set(MAX_SIM_PARASOLID_VERSION 361)
set(MAX_SIM_PARASOLID_VERSION 370)
foreach(version RANGE
${MAX_SIM_PARASOLID_VERSION}
${MIN_SIM_PARASOLID_VERSION} -1)
Expand Down

0 comments on commit 5cbef61

Please sign in to comment.