aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrusader-mike <crusader.mike@gmail.com>2019-07-31 15:15:31 -0500
committerPhil Christensen <philc@microsoft.com>2019-07-31 13:15:31 -0700
commita2f9ceeb43cbf4d9674a8940bc2d98bc3ea66586 (patch)
treee50ce99ecc82a5fbc76151cfc13c5394692d25fe
parent9f21082b837ab05259b3dc93afd1bdbf00a18195 (diff)
downloadvcpkg-a2f9ceeb43cbf4d9674a8940bc2d98bc3ea66586.tar.gz
vcpkg-a2f9ceeb43cbf4d9674a8940bc2d98bc3ea66586.zip
[cxxopts] Bumped to v2.2.0 (#7473)
* [cxxopts] Bumped to v2.2.0 * [cxxopts] switched off tests build
-rw-r--r--ports/cxxopts/CONTROL2
-rw-r--r--ports/cxxopts/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/cxxopts/CONTROL b/ports/cxxopts/CONTROL
index 1d5664cec..53da6cd4e 100644
--- a/ports/cxxopts/CONTROL
+++ b/ports/cxxopts/CONTROL
@@ -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
diff --git a/ports/cxxopts/portfile.cmake b/ports/cxxopts/portfile.cmake
index dd5981e7d..b1c6697ed 100644
--- a/ports/cxxopts/portfile.cmake
+++ b/ports/cxxopts/portfile.cmake
@@ -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()