diff options
| author | sdcb <sdflysha@qq.com> | 2017-01-07 15:44:29 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2017-01-07 15:44:29 +0800 |
| commit | aa964e8d847a093b9a39bf973b915f51e7fcf091 (patch) | |
| tree | fbee4cb0783aac4f634c80ec837bc79521bff910 | |
| parent | 6947f0aea15e5e422bf4e972d0e3c4554b76f1dc (diff) | |
| download | vcpkg-aa964e8d847a093b9a39bf973b915f51e7fcf091.tar.gz vcpkg-aa964e8d847a093b9a39bf973b915f51e7fcf091.zip | |
set BSON_INCLUDE_DIR is not necessary.
| -rw-r--r-- | ports/mongo-c-driver/portfile.cmake | 1 |
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
|
