From a3ba7a988d80546e8e72867730777cb98acde212 Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Tue, 24 Sep 2024 10:50:15 +0200 Subject: [PATCH] fix: update proj_fix_build.patch (minor changes) --- patches/proj_fix_build.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/proj_fix_build.patch b/patches/proj_fix_build.patch index 7bd8155..5ff4233 100644 --- a/patches/proj_fix_build.patch +++ b/patches/proj_fix_build.patch @@ -1,8 +1,8 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 2c2b54d7..500fa6f7 100644 +index 5c9de0f6..ae9ca1a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -320,10 +320,8 @@ endif() +@@ -354,10 +354,8 @@ endif() ################################################################################ include_directories(${PROJ_SOURCE_DIR}/src) @@ -13,11 +13,11 @@ index 2c2b54d7..500fa6f7 100644 add_subdirectory(cmake) if(BUILD_TESTING) add_subdirectory(test) -@@ -334,10 +332,6 @@ if(BUILD_EXAMPLES) +@@ -368,10 +366,6 @@ if(BUILD_EXAMPLES) add_subdirectory(examples) endif() --set(docfiles COPYING NEWS AUTHORS) +-set(docfiles COPYING NEWS.md AUTHORS.md) -install(FILES ${docfiles} - DESTINATION ${CMAKE_INSTALL_DOCDIR}) -