Skip to content

Commit d2bced9

Browse files
authored
Adjust cmake_minimum_required in docs (INSTALL.md) (#320)
1 parent 88359cb commit d2bced9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The benefits of this:
8080
- Or get the specific version by setting it to a specific commit point
8181

8282
```cmake
83-
cmake_minimum_required(VERSION 3.8)
83+
cmake_minimum_required(VERSION 3.14)
8484
project(FplusMinimalExternalExample)
8585
8686
include(ExternalProject)
@@ -206,7 +206,7 @@ g++ --std=c++14 src/main.cpp -Iexternal/fplus/include
206206

207207
or, with CMake:
208208
````cmake
209-
cmake_minimum_required(VERSION 3.8)
209+
cmake_minimum_required(VERSION 3.14)
210210
project(YourProjectName)
211211
add_executable(main src/main.cpp)
212212
target_compile_features(main PRIVATE cxx_std_14)

0 commit comments

Comments
 (0)