Skip to content

Commit

Permalink
[cxxopts] Bumped to v2.2.0 (#7473)
Browse files Browse the repository at this point in the history
* [cxxopts] Bumped to v2.2.0
* [cxxopts] switched off tests build
  • Loading branch information
crusader-mike authored and Rastaban committed Jul 31, 2019
1 parent 9f21082 commit a2f9cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/cxxopts/CONTROL
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions ports/cxxopts/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand All @@ -12,6 +12,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DCXXOPTS_BUILD_EXAMPLES=OFF
-DCXXOPTS_BUILD_TESTS=OFF
)

vcpkg_install_cmake()
Expand Down

0 comments on commit a2f9cee

Please sign in to comment.