Skip to content

Commit

Permalink
compatible with SimModSuite 12.0.180811
Browse files Browse the repository at this point in the history
  • Loading branch information
yangf4 committed Aug 15, 2018
1 parent 32b554c commit 06df5a0
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.180727)
set(MAX_VALID_SIM_VERSION 12.0.180811)
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 06df5a0

Please sign in to comment.