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 21b01c8 + a9a3019 commit b16d018Copy full SHA for b16d018
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8.9)
+cmake_minimum_required(VERSION 3.9.5)
2
project(MinimalPathExtraction)
3
set(MinimalPathExtraction_LIBRARIES MinimalPathExtraction)
4
examples/CMakeLists.txt
-cmake_minimum_required(VERSION 2.8)
project(MinimalPathExtractionExamples)
find_package(ITK REQUIRED
0 commit comments