aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/parson/fix-cmake-files-path.patch
blob: 1b69455ed5374d4b1bde848f5604a278cb1d201a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}
 )