mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:39:02 +08:00
1d4485cec5
* update harfbuzz to 2.2.0 * clean up port and fix portfile/patches * update harfbuzz to 2.3.1 * fix uwp patch * skip test building
14 lines
431 B
Diff
14 lines
431 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)
|