Skip to content

Commit 06df5a0

Browse files
committed
compatible with SimModSuite 12.0.180811
1 parent 32b554c commit 06df5a0

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
@@ -74,7 +74,7 @@ string(REGEX REPLACE
7474
"${SIM_VERSION}")
7575

7676
set(MIN_VALID_SIM_VERSION 11.0.170826)
77-
set(MAX_VALID_SIM_VERSION 12.0.180727)
77+
set(MAX_VALID_SIM_VERSION 12.0.180811)
7878
if( (SIM_DOT_VERSION VERSION_LESS MIN_VALID_SIM_VERSION) OR
7979
(SIM_DOT_VERSION VERSION_GREATER MAX_VALID_SIM_VERSION) )
8080
MESSAGE(FATAL_ERROR

0 commit comments

Comments
 (0)