Skip to content

Commit 02cdf0e

Browse files
committed
ENH: Update to require at least ITK V5
1 parent 055cd57 commit 02cdf0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoftwareGuide/Cover/Source/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
2-
cmake_policy(VERSION 3.10.2)
1+
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
2+
cmake_policy(VERSION 3.22.1)
33

44
project( VWSegmentation )
55

6-
find_package( ITK REQUIRED )
6+
find_package( ITK 5 REQUIRED )
77
include( ${ITK_USE_FILE} )
88

99
set( operations

0 commit comments

Comments
 (0)