aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvinZhangH <260137639@qq.com>2019-11-21 15:35:42 +0800
committerAlvinZhangH <260137639@qq.com>2019-11-21 15:35:42 +0800
commitcc340299890d976361f3f8c5e746557ee55257dd (patch)
tree311acfb73ac20572f2b4e9d43d701e78ed69f4e0
parent8cf275110ca5c38f294ef281d31c1d74db6a3365 (diff)
downloadvcpkg-cc340299890d976361f3f8c5e746557ee55257dd.tar.gz
vcpkg-cc340299890d976361f3f8c5e746557ee55257dd.zip
[nanoflann]Add parameter PREFER_NINJA to function vcpkg_configure_cmake.
-rw-r--r--ports/nanoflann/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nanoflann/portfile.cmake b/ports/nanoflann/portfile.cmake
index 6344d0700..20c372cd1 100644
--- a/ports/nanoflann/portfile.cmake
+++ b/ports/nanoflann/portfile.cmake
@@ -8,6 +8,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
)
vcpkg_install_cmake()