We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88359cb commit d2bced9Copy full SHA for d2bced9
INSTALL.md
@@ -80,7 +80,7 @@ The benefits of this:
80
- Or get the specific version by setting it to a specific commit point
81
82
```cmake
83
-cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.14)
84
project(FplusMinimalExternalExample)
85
86
include(ExternalProject)
@@ -206,7 +206,7 @@ g++ --std=c++14 src/main.cpp -Iexternal/fplus/include
206
207
or, with CMake:
208
````cmake
209
210
project(YourProjectName)
211
add_executable(main src/main.cpp)
212
target_compile_features(main PRIVATE cxx_std_14)
0 commit comments