mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Update CMake version in README example for FetchContent
FetchContent_MakeAvailable was added in CMake v3.14. Also includes end-of-line whitespace clean-ups. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
This commit is contained in:
parent
7af2342d94
commit
0c83c631c5
@ -1092,7 +1092,7 @@ foo@bar:/home/dev/$ ./test --bar=BAR --foo
|
|||||||
Use the latest argparse in your CMake project without copying any content.
|
Use the latest argparse in your CMake project without copying any content.
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
cmake_minimum_required(VERSION 3.11)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
|
||||||
PROJECT(myproject)
|
PROJECT(myproject)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user