Skip to content

Commit a9c6332

Browse files
authored
upgrade minimum cmake version (#255)
This will silence the following warning: CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions.
1 parent 2bbb1ba commit a9c6332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.0)
1+
cmake_minimum_required (VERSION 3.5)
22

33
include (utils.cmake)
44

0 commit comments

Comments
 (0)