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:
Sean Robinson 2022-10-06 09:19:10 -07:00
parent 7af2342d94
commit 0c83c631c5

View File

@ -1092,7 +1092,7 @@ foo@bar:/home/dev/$ ./test --bar=BAR --foo
Use the latest argparse in your CMake project without copying any content.
```cmake
cmake_minimum_required(VERSION 3.11)
cmake_minimum_required(VERSION 3.14)
PROJECT(myproject)