mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:29:01 +08:00
369878e686
* Update to 1.7.0 * Refresh patches, drop fix-proj4.patch * Restore GeoTIFF cmake package name (reverts #15750) * Add usage (reason: #15723) * Remove zlib dependency, transitive usage only * Move tools to optional feature * Modernize portfile, fix copyright * Don't install doc and man files * Trim main patch * Allow reduced tiff dependencies * Update versions * Remove libgeotiff uwp failure from CI baseline * Update GeoTIFF in gdal wrapper * Update versions * Update GeoTIFF in pdal config * Update versions * Switch to 'version' field * Update versions
21 lines
630 B
Diff
21 lines
630 B
Diff
diff --git a/libgeotiff/CMakeLists.txt b/libgeotiff/CMakeLists.txt
|
|
index b4a3cee..f838a36 100644
|
|
--- a/libgeotiff/CMakeLists.txt
|
|
+++ b/libgeotiff/CMakeLists.txt
|
|
@@ -286,6 +286,7 @@ SET(GEOTIFF_LIB_DIR ${GEOTIFF_LIB_SUBDIR})
|
|
SET(GEOTIFF_INCLUDE_DIR ${GEOTIFF_INCLUDE_SUBDIR})
|
|
SET(GEOTIFF_DATA_DIR ${GEOTIFF_DATA_SUBDIR})
|
|
|
|
+if(0)
|
|
# Install doc files
|
|
INSTALL(FILES
|
|
AUTHORS ChangeLog COPYING INSTALL LICENSE README README_BIN README.WIN
|
|
@@ -294,6 +295,7 @@ INSTALL(FILES
|
|
|
|
# Install man pages
|
|
INSTALL(FILES ${GEOTIFF_MAN_PAGES} DESTINATION share/man/man1)
|
|
+endif()
|
|
|
|
|
|
# Install header files for development distribution
|