Skip to content

Commit 40ecac1

Browse files
authored
increase max simmodsuite version to 2025.0.250108 (#522)
1 parent e60db81 commit 40ecac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindSimModSuite.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ string(REGEX REPLACE
8484
"${SIM_VERSION}")
8585

8686
set(MIN_VALID_SIM_VERSION 15.0.191017)
87-
set(MAX_VALID_SIM_VERSION 2025.0.241016)
87+
set(MAX_VALID_SIM_VERSION 2025.0.250108)
8888
if( ${SKIP_SIMMETRIX_VERSION_CHECK} )
8989
message(STATUS "Skipping Simmetrix SimModSuite version check."
9090
" This may result in undefined behavior")

0 commit comments

Comments
 (0)