aports/community/quazip/cmake-path.patch
Natanael Copa 9fe31efc0e community/quazip: build with cmake
cmake will give a suffix "5" which seems to be expected by nomacs
2019-05-08 13:05:33 +00:00

11 lines
490 B
Diff

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)