diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2019-08-30 20:52:16 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-08-30 11:52:16 -0700 |
| commit | 93c76a3f6b43c87a8b16e6dfe7e71d43a079f618 (patch) | |
| tree | 7509f3299924e764c3870c1935b884c38e90b2a4 | |
| parent | 7dfb48ed5a35ac3ef20651fc0ad56e7ff00dff89 (diff) | |
| download | vcpkg-93c76a3f6b43c87a8b16e6dfe7e71d43a079f618.tar.gz vcpkg-93c76a3f6b43c87a8b16e6dfe7e71d43a079f618.zip | |
[liblas] Fix Geotiff linkage (#7975)
* [liblas] Fix Geotiff linkage
| -rw-r--r-- | ports/liblas/CONTROL | 2 | ||||
| -rw-r--r-- | ports/liblas/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/liblas/CONTROL b/ports/liblas/CONTROL index 4b983c937..9752f4e96 100644 --- a/ports/liblas/CONTROL +++ b/ports/liblas/CONTROL @@ -1,5 +1,5 @@ Source: liblas -Version: 1.8.1 +Version: 1.8.1-2 Build-Depends: boost, boost-thread, boost-system, boost-iostreams, boost-filesystem, libgeotiff Description: A C/C++ library for reading and writing the very common LAS LiDAR format. diff --git a/ports/liblas/portfile.cmake b/ports/liblas/portfile.cmake index 0ad91aa0d..9b7b90dd7 100644 --- a/ports/liblas/portfile.cmake +++ b/ports/liblas/portfile.cmake @@ -15,11 +15,13 @@ vcpkg_extract_source_archive_ex( PATCHES fix-BuildError.patch ) +file(REMOVE ${SOURCE_PATH}/cmake/modules/FindGeoTIFF.cmake) # remove outdated module. There are probably more vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA OPTIONS + -DBUILD_OSGEO4W=OFF # Disable osgeo4w -DWITH_TESTS=OFF -DWITH_UTILITIES=OFF |
