Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Update CMake version in README example for FetchContent
Browse files Browse the repository at this point in the history
FetchContent_MakeAvailable was added in CMake v3.14.  Also includes
end-of-line whitespace clean-ups.

Signed-off-by: Sean Robinson <[email protected]>
  • Loading branch information
skrobinson committed Oct 5, 2022
1 parent 9e32923 commit 72d13b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72d13b0

Please sign in to comment.