Skip to content

Commit febab1f

Browse files
authored
Merge pull request #81 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
ENH: Update the CMake minimum required version.
2 parents 0c5fa04 + 5e63b55 commit febab1f

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)