We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56a7b6 commit 2c0703dCopy full SHA for 2c0703d
src/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.14 FATAL_ERROR)
2
3
set(CMAKE_CXX_STANDARD 17)
4
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
@@ -26,6 +26,7 @@ include_directories(
26
27
set (CMAKE_CXX_FLAGS "-std=c++1z")
28
29
+# CMake 3.14+
30
include(FetchContent)
31
32
FetchContent_Declare(
0 commit comments