vcpkg/ports/libgeotiff/skip-doc-install.patch
Kai Pastor ee2fa5303c
[libgeotiff] Update to 1.7.1 (#23446)
* Update to 1.7.1

* Update versions

* CI
2022-03-23 12:24:10 -07:00

21 lines
628 B
Diff

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