mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29:00 +08:00
[CLI11] Force C++17 pre-compilation so that C++17 std::filesystem is available (#40515)
This commit is contained in:
parent
5ccf385657
commit
71e8f68925
@ -15,6 +15,7 @@ vcpkg_cmake_configure(
|
|||||||
-DCLI11_BUILD_DOCS=OFF
|
-DCLI11_BUILD_DOCS=OFF
|
||||||
-DCLI11_BUILD_TESTS=OFF
|
-DCLI11_BUILD_TESTS=OFF
|
||||||
-DCLI11_PRECOMPILED=ON
|
-DCLI11_PRECOMPILED=ON
|
||||||
|
-DCMAKE_CXX_STANDARD=17
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cli11",
|
"name": "cli11",
|
||||||
"version": "2.4.2",
|
"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.",
|
"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",
|
"homepage": "https://github.com/CLIUtils/CLI11",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -1686,7 +1686,7 @@
|
|||||||
},
|
},
|
||||||
"cli11": {
|
"cli11": {
|
||||||
"baseline": "2.4.2",
|
"baseline": "2.4.2",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"clickhouse-cpp": {
|
"clickhouse-cpp": {
|
||||||
"baseline": "2.5.1",
|
"baseline": "2.5.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "7d62ebd97719d822cd957182d68c9079256144e1",
|
||||||
|
"version": "2.4.2",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "06ac9dc66d709da4eabe20f952b83b4bb7ae7dda",
|
"git-tree": "06ac9dc66d709da4eabe20f952b83b4bb7ae7dda",
|
||||||
"version": "2.4.2",
|
"version": "2.4.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user