Skip to content

Commit

Permalink
increase supported simmodsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Mar 6, 2024
1 parent b0fcccd commit d4789fd
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 @@ -84,7 +84,7 @@ string(REGEX REPLACE
"${SIM_VERSION}")

set(MIN_VALID_SIM_VERSION 15.0.191017)
set(MAX_VALID_SIM_VERSION 2023.1.230907)
set(MAX_VALID_SIM_VERSION 2024.0.240219)
if( ${SKIP_SIMMETRIX_VERSION_CHECK} )
message(STATUS "Skipping Simmetrix SimModSuite version check."
" This may result in undefined behavior")
Expand Down

0 comments on commit d4789fd

Please sign in to comment.