mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
14 lines
418 B
Diff
14 lines
418 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 019e205..8a464a5 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -795,7 +795,7 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
|
|
)
|
|
install(EXPORT harfbuzzConfig
|
|
NAMESPACE harfbuzz::
|
|
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/harfbuzz
|
|
+ DESTINATION share/harfbuzz
|
|
)
|
|
if (HB_BUILD_UTILS)
|
|
if (WIN32 AND BUILD_SHARED_LIBS)
|