diff --git a/ports/cli11/portfile.cmake b/ports/cli11/portfile.cmake index cee255898d..f2d9273915 100644 --- a/ports/cli11/portfile.cmake +++ b/ports/cli11/portfile.cmake @@ -15,6 +15,7 @@ vcpkg_cmake_configure( -DCLI11_BUILD_DOCS=OFF -DCLI11_BUILD_TESTS=OFF -DCLI11_PRECOMPILED=ON + -DCMAKE_CXX_STANDARD=17 ) vcpkg_cmake_install() diff --git a/ports/cli11/vcpkg.json b/ports/cli11/vcpkg.json index b986cb07da..4b8a4da48d 100644 --- a/ports/cli11/vcpkg.json +++ b/ports/cli11/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cli11", "version": "2.4.2", + "port-version": 1, "description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.", "homepage": "https://github.com/CLIUtils/CLI11", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 569a7c81f9..46b167a38c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1686,7 +1686,7 @@ }, "cli11": { "baseline": "2.4.2", - "port-version": 0 + "port-version": 1 }, "clickhouse-cpp": { "baseline": "2.5.1", diff --git a/versions/c-/cli11.json b/versions/c-/cli11.json index 00c7decf00..2155f99f75 100644 --- a/versions/c-/cli11.json +++ b/versions/c-/cli11.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7d62ebd97719d822cd957182d68c9079256144e1", + "version": "2.4.2", + "port-version": 1 + }, { "git-tree": "06ac9dc66d709da4eabe20f952b83b4bb7ae7dda", "version": "2.4.2",