Skip to content

Commit d0be3c7

Browse files
committed
Set CMake minimum version to 3.10
Signed-off-by: Thomas Lauf <[email protected]>
1 parent 1a06cb4 commit d0be3c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1)
1+
cmake_minimum_required (VERSION 3.10)
22
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
33
set (HAVE_CMAKE true)
44
# https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html

src/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.1)
1+
cmake_minimum_required (VERSION 3.10)
22
include_directories (${CMAKE_SOURCE_DIR}
33
${CMAKE_SOURCE_DIR}/src)
44

test/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.1)
1+
cmake_minimum_required (VERSION 3.10)
22

33
# This is a work-around for the following CMake issue:
44
# https://gitlab.kitware.com/cmake/cmake/issues/16062

0 commit comments

Comments
 (0)