aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-c-driver
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-03-06 10:46:45 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-03-06 10:46:45 -0800
commit6e44495b2fe83d6bde89bd5bed017d5b28fa245e (patch)
tree25c7598b5252782fda21aba630fd44168f6ec96e /ports/mongo-c-driver
parent1b9b19e66c7a9933fb0b205db864c5060a7be865 (diff)
downloadvcpkg-6e44495b2fe83d6bde89bd5bed017d5b28fa245e.tar.gz
vcpkg-6e44495b2fe83d6bde89bd5bed017d5b28fa245e.zip
[vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP
Diffstat (limited to 'ports/mongo-c-driver')
-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 3d551e084..0db81f8d3 100644
--- a/ports/mongo-c-driver/portfile.cmake
+++ b/ports/mongo-c-driver/portfile.cmake
@@ -20,7 +20,6 @@ vcpkg_configure_cmake(
-DBSON_ROOT_DIR=${CURRENT_INSTALLED_DIR}
-DENABLE_TESTS=OFF
-DENABLE_EXAMPLES=OFF
- -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=ON
)
vcpkg_install_cmake()