Skip to content

Commit

Permalink
compatible with SimModSuite 12.0.180727
Browse files Browse the repository at this point in the history
  • Loading branch information
yangf4 committed Aug 8, 2018
1 parent 313f5f3 commit 32b554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindSimModSuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ string(REGEX REPLACE
"${SIM_VERSION}")

set(MIN_VALID_SIM_VERSION 11.0.170826)
set(MAX_VALID_SIM_VERSION 12.0.180713)
set(MAX_VALID_SIM_VERSION 12.0.180727)
if( (SIM_DOT_VERSION VERSION_LESS MIN_VALID_SIM_VERSION) OR
(SIM_DOT_VERSION VERSION_GREATER MAX_VALID_SIM_VERSION) )
MESSAGE(FATAL_ERROR
Expand Down

0 comments on commit 32b554c

Please sign in to comment.