aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-07-07 13:41:28 -0700
committerGitHub <noreply@github.com>2020-07-07 13:41:28 -0700
commit8f886661b6bf7c495a2452802fca6fa100a21cd8 (patch)
treeacc0df043dd869b4671917f2ee75b3724a58de0c /ports
parent1c409c48cb5bbfb5e50e694da4804f95126be515 (diff)
downloadvcpkg-8f886661b6bf7c495a2452802fca6fa100a21cd8.tar.gz
vcpkg-8f886661b6bf7c495a2452802fca6fa100a21cd8.zip
[libbson, vcpkg baseline] Remove passing and fix spurious failure. (#12300)
* [libbson] DISABLE_PARALLEL_CONFIGURE * [vcpkg baseline] Fix 'passing, remove from baseline' in CI from 20200705.1 See https://dev.azure.com/vcpkg/public/_build/results?buildId=39820
Diffstat (limited to 'ports')
-rw-r--r--ports/libbson/CONTROL1
-rw-r--r--ports/libbson/portfile.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/libbson/CONTROL b/ports/libbson/CONTROL
index f8bb6bb95..6c929c883 100644
--- a/ports/libbson/CONTROL
+++ b/ports/libbson/CONTROL
@@ -1,4 +1,5 @@
Source: libbson
Version: 1.16.1
+Port-Version: 1
Description: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
Homepage: https://github.com/mongodb/libbson
diff --git a/ports/libbson/portfile.cmake b/ports/libbson/portfile.cmake
index f608be198..8430b3ef6 100644
--- a/ports/libbson/portfile.cmake
+++ b/ports/libbson/portfile.cmake
@@ -23,6 +23,7 @@ string(REGEX REPLACE ".+Version:[ ]*([\\.0-9]+).*" "\\1" BUILD_VERSION "${_conte
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DENABLE_MONGOC=OFF
-DENABLE_BSON=ON