vcpkg/ports/parson/fix-cmake-files-path.patch

13 lines
330 B
Diff
Raw Normal View History

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}
)