early-access version 2853
This commit is contained in:
20
externals/vcpkg/ports/libgeotiff/skip-doc-install.patch
vendored
Executable file
20
externals/vcpkg/ports/libgeotiff/skip-doc-install.patch
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
diff --git a/libgeotiff/CMakeLists.txt b/libgeotiff/CMakeLists.txt
|
||||
index 54779a5..30ff29f 100644
|
||||
--- a/libgeotiff/CMakeLists.txt
|
||||
+++ b/libgeotiff/CMakeLists.txt
|
||||
@@ -262,6 +262,7 @@ SET(GEOTIFF_BIN_DIR ${GEOTIFF_BIN_SUBDIR})
|
||||
SET(GEOTIFF_LIB_DIR ${GEOTIFF_LIB_SUBDIR})
|
||||
SET(GEOTIFF_INCLUDE_DIR ${GEOTIFF_INCLUDE_SUBDIR})
|
||||
|
||||
+if(0)
|
||||
# Install doc files
|
||||
INSTALL(FILES
|
||||
AUTHORS ChangeLog COPYING INSTALL LICENSE README README_BIN README.WIN
|
||||
@@ -269,6 +270,7 @@ INSTALL(FILES
|
||||
|
||||
# Install man pages
|
||||
INSTALL(FILES ${GEOTIFF_MAN_PAGES} DESTINATION share/man/man1)
|
||||
+endif()
|
||||
|
||||
|
||||
# Install header files for development distribution
|
Reference in New Issue
Block a user