Skip to content

Commit 029b34f

Browse files
[skip ci] add options to vcpkg from downstream
1 parent c62bc0f commit 029b34f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

buildtools/classes/Packager/Vcpkg.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ function constructPortAndVersionFile(string $sha512 = "0"): string
155155
vcpkg_cmake_configure(
156156
SOURCE_PATH "${SOURCE_PATH}"
157157
DISABLE_PARALLEL_CONFIGURE
158+
OPTIONS
159+
-DCMAKE_CXX_STANDARD=20
160+
-DCMAKE_CXX_STANDARD_REQUIRED=ON
161+
-DDPP_BUILD_TEST=OFF
162+
-DDPP_FORMATTERS=ON
163+
-DDPP_NO_CORO=OFF
158164
)
159165
160166
vcpkg_cmake_install()

0 commit comments

Comments
 (0)