Skip to content

Commit 47388fe

Browse files
zhaozgandrewrk
authored andcommitted
build: update cmake_minimum_required to 3.5
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 7201e69 commit 47388fe

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

33
if(NOT CMAKE_BUILD_TYPE)
44
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING

0 commit comments

Comments
 (0)