Skip to content

Commit 7e7533b

Browse files
CMake: Indicate that v3.5 has been tested for the minimum requirement
Fixes warning: CMake Deprecation Warning at CMakeLists.txt:13 (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 6fa158e commit 7e7533b

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
@@ -10,7 +10,7 @@
1010
# - the buildcmake script
1111
# - files in cmake/
1212

13-
cmake_minimum_required(VERSION 3.4)
13+
cmake_minimum_required(VERSION 3.4...3.5)
1414

1515
# Print warning
1616
message("##################################################################")

0 commit comments

Comments
 (0)