mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
66b18ed3de
* update to latest * update version * fix patch
13 lines
330 B
Diff
13 lines
330 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 7d656fa..993e859 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -24,6 +24,6 @@ install(
|
|
EXPORT parsonTargets
|
|
FILE parsonConfig.cmake
|
|
NAMESPACE parson::
|
|
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
|
|
+ DESTINATION share/${PROJECT_NAME}
|
|
)
|
|
|