mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 18:53:04 +08:00
[cxxopts] Bumped to v2.2.0 (#7473)
* [cxxopts] Bumped to v2.2.0 * [cxxopts] switched off tests build
This commit is contained in:
parent
9f21082b83
commit
a2f9ceeb43
@ -1,4 +1,4 @@
|
||||
Source: cxxopts
|
||||
Version: 2.1.2-1
|
||||
Version: 2.2.0
|
||||
Homepage: https://github.com/jarro2783/cxxopts
|
||||
Description: This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options
|
||||
|
@ -2,8 +2,8 @@ include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO jarro2783/cxxopts
|
||||
REF v2.1.2
|
||||
SHA512 7ee3725995d4d0f78b75d1d87f10290f20529ca4aa430eb8dd1c59d98c6e99c54b54fc545926b59f499d02ae4f75f9064b3b5ebbab3f74031d3638e7a2378440
|
||||
REF v2.2.0
|
||||
SHA512 9f5182b3a86b3d47d1ce5e1e222ab596fce59d3b2dcc0ab2c3802338d5e0f3e6556f2a5ff2accb32cae7e2db41ac5a361c93bf0256f9e44c316eaa4b47c19efa
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -12,6 +12,7 @@ vcpkg_configure_cmake(
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DCXXOPTS_BUILD_EXAMPLES=OFF
|
||||
-DCXXOPTS_BUILD_TESTS=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user