update cxxopts and add reasonable options (#239)

This commit is contained in:
Lars Melchior
2021-03-25 13:20:06 +01:00
committed by GitHub
parent 32b063eba5
commit 259f1be8e2

View File

@@ -280,7 +280,11 @@ CPMAddPackage("gh:Orphis/boost-cmake@1.67.0")
### [cxxopts](https://github.com/jarro2783/cxxopts)
```cmake
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")
CPMAddPackage(
GITHUB_REPOSITORY jarro2783/cxxopts
VERSION 2.2.1
OPTIONS "CXXOPTS_BUILD_EXAMPLES NO" "CXXOPTS_BUILD_TESTS NO" "CXXOPTS_ENABLE_INSTALL YES"
)
```
### [Yaml-cpp](https://github.com/jbeder/yaml-cpp)