We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a06cb4 commit d0be3c7Copy full SHA for d0be3c7
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required (VERSION 3.1)
+cmake_minimum_required (VERSION 3.10)
2
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
3
set (HAVE_CMAKE true)
4
# https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html
src/CMakeLists.txt
include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src)
test/CMakeLists.txt
# This is a work-around for the following CMake issue:
# https://gitlab.kitware.com/cmake/cmake/issues/16062
0 commit comments