aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdcb <sdflysha@qq.com>2017-01-07 15:44:29 +0800
committersdcb <sdflysha@qq.com>2017-01-07 15:44:29 +0800
commitaa964e8d847a093b9a39bf973b915f51e7fcf091 (patch)
treefbee4cb0783aac4f634c80ec837bc79521bff910
parent6947f0aea15e5e422bf4e972d0e3c4554b76f1dc (diff)
downloadvcpkg-aa964e8d847a093b9a39bf973b915f51e7fcf091.tar.gz
vcpkg-aa964e8d847a093b9a39bf973b915f51e7fcf091.zip
set BSON_INCLUDE_DIR is not necessary.
-rw-r--r--ports/mongo-c-driver/portfile.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/mongo-c-driver/portfile.cmake b/ports/mongo-c-driver/portfile.cmake
index 7061faee5..3d551e084 100644
--- a/ports/mongo-c-driver/portfile.cmake
+++ b/ports/mongo-c-driver/portfile.cmake
@@ -18,7 +18,6 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DBSON_ROOT_DIR=${CURRENT_INSTALLED_DIR}
- -DBSON_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
-DENABLE_TESTS=OFF
-DENABLE_EXAMPLES=OFF
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=ON