Skip to content

Commit 5e63b55

Browse files
committed
ENH: Update the CMake minimum required version.
Update the CMake minimum required version to match the one required by ITKExamples master.
1 parent 0c5fa04 commit 5e63b55

File tree

1 file changed

+1
-1
lines changed
  • src/Filtering/BinaryMathematicalMorphology/DilateABinaryImage

1 file changed

+1
-1
lines changed

src/Filtering/BinaryMathematicalMorphology/DilateABinaryImage/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 2.8.9 )
1+
cmake_minimum_required( VERSION 3.10.2 )
22

33
set( input_image ${CMAKE_CURRENT_BINARY_DIR}/Yinyang.png )
44
set( output_image Output.png )

0 commit comments

Comments
 (0)