diff options
Diffstat (limited to 'community/quazip/cmake-path.patch')
-rw-r--r-- | community/quazip/cmake-path.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/quazip/cmake-path.patch b/community/quazip/cmake-path.patch new file mode 100644 index 0000000000..79152dfa1e --- /dev/null +++ b/community/quazip/cmake-path.patch @@ -0,0 +1,10 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 3d2fb55..98be14e 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -60,4 +60,4 @@ set(QUAZIP_LIB_TARGET_NAME quazip${QUAZIP_LIB_VERSION_SUFFIX} CACHE + + add_subdirectory(quazip) + +-install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION ${CMAKE_ROOT}/Modules) ++install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/cmake/QuaZip) |