mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[libpmemobj-cpp] fix flaky config (#7097)
This commit is contained in:
parent
b9b2a38c7b
commit
bd72762f69
@ -1,4 +1,4 @@
|
||||
Source: libpmemobj-cpp
|
||||
Version: 1.6
|
||||
Version: 1.6-1
|
||||
#Build-Depends: pmdk
|
||||
Description: C++ bindings for libpmemobj (https://github.com/pmem/pmdk).
|
@ -15,6 +15,7 @@ set(ENV{PATH} "$ENV{PATH};${PERL_EXE_PATH}")
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DBUILD_TESTS=OFF
|
||||
-DBUILD_EXAMPLES=OFF
|
||||
|
Loading…
Reference in New Issue
Block a user