Skip to content

Commit 18cdc5a

Browse files
committed
Merge pull request #42 from fbudin69500/update-CMAKE_PATCH_VERSION
ENH: Pre283CMakeParseArguments.cmake should only be included for version...
2 parents e008513 + adb74bd commit 18cdc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/SEMMacroBuildCLI.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Depends on:
33
# CMakeParseArguments.cmake from Cmake 2.8.4 or greater
44
#
5-
if(CMAKE_PATCH_VERSION LESS 3)
5+
if(CMAKE_VERSION VERSION_LESS 2.8.3)
66
include(${SlicerExecutionModel_CMAKE_DIR}/Pre283CMakeParseArguments.cmake)
77
else()
88
include(CMakeParseArguments)

0 commit comments

Comments
 (0)