We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e008513 + adb74bd commit 18cdc5aCopy full SHA for 18cdc5a
CMake/SEMMacroBuildCLI.cmake
@@ -2,7 +2,7 @@
2
# Depends on:
3
# CMakeParseArguments.cmake from Cmake 2.8.4 or greater
4
#
5
-if(CMAKE_PATCH_VERSION LESS 3)
+if(CMAKE_VERSION VERSION_LESS 2.8.3)
6
include(${SlicerExecutionModel_CMAKE_DIR}/Pre283CMakeParseArguments.cmake)
7
else()
8
include(CMakeParseArguments)
0 commit comments