Skip to content

Commit

Permalink
increase versions for simmodsuite 2025.0.241016
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Oct 21, 2024
1 parent 1555069 commit 27a3806
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 27a3806

Please sign in to comment.