exiv2.patch 703 B

12345678910111213141516171819202122232425
  1. From 180179ea725247a8875a76a57985d69f42041022 Mon Sep 17 00:00:00 2001
  2. From: Matthias Kuhn <matthias@opengis.ch>
  3. Date: Thu, 30 Sep 2021 10:49:40 +0200
  4. Subject: [PATCH] patch exiv2
  5. ---
  6. CMakeLists.txt | 3 ++-
  7. 1 file changed, 2 insertions(+), 1 deletion(-)
  8. diff --git a/CMakeLists.txt b/CMakeLists.txt
  9. index 897b0fcfa9..3b54a2a01d 100644
  10. --- a/CMakeLists.txt
  11. +++ b/CMakeLists.txt
  12. @@ -356,7 +356,8 @@ if(WITH_CORE)
  13. find_package(ZLIB REQUIRED) # for decompression of vector tiles in MBTiles file
  14. message(STATUS "Found zlib: ${ZLIB_LIBRARIES}")
  15. - find_package(EXIV2 REQUIRED)
  16. + find_package(exiv2 REQUIRED)
  17. + set(EXIV2_LIBRARY exiv2lib)
  18. # optional
  19. if (WITH_POSTGRESQL)
  20. --
  21. 2.31.1