From 9fe31efc0e34942447c95a19dbaaddcbd0f1af5c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 8 May 2019 13:04:40 +0000 Subject: community/quazip: build with cmake cmake will give a suffix "5" which seems to be expected by nomacs --- community/quazip/cmake-path.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/quazip/cmake-path.patch (limited to 'community/quazip/cmake-path.patch') 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) -- cgit v1.2.3