Skip to content

Commit 0d3d917

Browse files
author
Jon Haitz Legarreta Gorroño
committed
COMP: Set the minimum required CMake version to 3.10.2.
As agreed in: https://discourse.itk.org/t/cmake-update/870/ Set the `cmake_minimum_required` to version **3.10.2**.
1 parent e10d210 commit 0d3d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.9.5)
1+
cmake_minimum_required(VERSION 3.10.2)
22
set(module computeFeatures)
33
project(${module})
44

0 commit comments

Comments
 (0)