aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/folly/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake
index 6a2b5b82d..52bd5764a 100644
--- a/ports/folly/portfile.cmake
+++ b/ports/folly/portfile.cmake
@@ -66,6 +66,7 @@ vcpkg_configure_cmake(
-DLIBAIO_FOUND=OFF
-DLIBURCU_FOUND=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_LibURCU=ON
+ -DCMAKE_INSTALL_DIR=share/folly
${FEATURE_OPTIONS}
)
@@ -73,7 +74,7 @@ vcpkg_install_cmake(ADD_BIN_TO_PATH)
vcpkg_copy_pdbs()
-vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/folly)
+vcpkg_fixup_cmake_targets(CONFIG_PATH share/folly)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)