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 ffdc17f + d7dffe9 commit 43ac1b4Copy full SHA for 43ac1b4
CMakeLists.txt
@@ -1,5 +1,5 @@
1
project(TextureFeatures)
2
-cmake_minimum_required(VERSION 2.8.9)
+cmake_minimum_required(VERSION 3.9.5)
3
4
if(NOT ITK_SOURCE_DIR)
5
find_package(ITK 4.10 REQUIRED)
example/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
set(module computeFeatures)
project(${module})
0 commit comments