Skip to content

Commit a3ba7a9

Browse files
committed
fix: update proj_fix_build.patch (minor changes)
1 parent 3167af5 commit a3ba7a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/proj_fix_build.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 2c2b54d7..500fa6f7 100644
2+
index 5c9de0f6..ae9ca1a1 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
5-
@@ -320,10 +320,8 @@ endif()
5+
@@ -354,10 +354,8 @@ endif()
66
################################################################################
77
include_directories(${PROJ_SOURCE_DIR}/src)
88

@@ -13,11 +13,11 @@ index 2c2b54d7..500fa6f7 100644
1313
add_subdirectory(cmake)
1414
if(BUILD_TESTING)
1515
add_subdirectory(test)
16-
@@ -334,10 +332,6 @@ if(BUILD_EXAMPLES)
16+
@@ -368,10 +366,6 @@ if(BUILD_EXAMPLES)
1717
add_subdirectory(examples)
1818
endif()
1919

20-
-set(docfiles COPYING NEWS AUTHORS)
20+
-set(docfiles COPYING NEWS.md AUTHORS.md)
2121
-install(FILES ${docfiles}
2222
- DESTINATION ${CMAKE_INSTALL_DOCDIR})
2323
-

0 commit comments

Comments
 (0)