diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-06-30 00:02:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-30 00:02:42 -0700 |
| commit | bd72762f691ec7c4265ae0e041c655b6bc0ee1b3 (patch) | |
| tree | b9730da8758bd89e6469d84140f766149cda6907 /ports/libpmemobj-cpp | |
| parent | b9b2a38c7bd9fd66a5b324b4f398024ad2569d60 (diff) | |
| download | vcpkg-bd72762f691ec7c4265ae0e041c655b6bc0ee1b3.tar.gz vcpkg-bd72762f691ec7c4265ae0e041c655b6bc0ee1b3.zip | |
[libpmemobj-cpp] fix flaky config (#7097)
Diffstat (limited to 'ports/libpmemobj-cpp')
| -rw-r--r-- | ports/libpmemobj-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libpmemobj-cpp/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libpmemobj-cpp/CONTROL b/ports/libpmemobj-cpp/CONTROL index ebc46931b..ec1eb3628 100644 --- a/ports/libpmemobj-cpp/CONTROL +++ b/ports/libpmemobj-cpp/CONTROL @@ -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).
\ No newline at end of file diff --git a/ports/libpmemobj-cpp/portfile.cmake b/ports/libpmemobj-cpp/portfile.cmake index 563dd67d7..457711404 100644 --- a/ports/libpmemobj-cpp/portfile.cmake +++ b/ports/libpmemobj-cpp/portfile.cmake @@ -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
|
