Skip to content

Commit 87eaa9b

Browse files
committed
COMP: Update minimum required CMake version to match Slicer requirements
This commit updates the required version to 3.5
1 parent 90771fe commit 87eaa9b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
2-
3-
if(POLICY CMP0048)
4-
cmake_policy(SET CMP0048 NEW) # CMake 3.0.0
5-
endif()
1+
cmake_minimum_required(VERSION 3.5)
62

73
set(MODULE_NAME "OpenIGTLinkIF")
84
set(MODULE_TITLE "OpenIGTLink I/F")

0 commit comments

Comments
 (0)