Skip to content

Commit 2bf0bb0

Browse files
committed
Bump cmake requirement to 3.10
Avoid this message from newer cmake: Compatibility with CMake < 3.10 will be removed from a future version of CMake. Signed-off-by: Matt Liberty <[email protected]>
1 parent 5c9448c commit 2bf0bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0)
1+
cmake_minimum_required(VERSION 3.10.0)
22

33
include(CMakeParseArguments)
44
include(CheckCCompilerFlag)
@@ -132,4 +132,4 @@ if(NOT DEFINED ABC_SKIP_TESTS)
132132
FetchContent_MakeAvailable(googletest)
133133
include(GoogleTest)
134134
add_subdirectory(test)
135-
endif()
135+
endif()

0 commit comments

Comments
 (0)