mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
parent
7dfb48ed5a
commit
93c76a3f6b
@ -1,5 +1,5 @@
|
|||||||
Source: liblas
|
Source: liblas
|
||||||
Version: 1.8.1
|
Version: 1.8.1-2
|
||||||
Build-Depends: boost, boost-thread, boost-system, boost-iostreams, boost-filesystem, libgeotiff
|
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.
|
Description: A C/C++ library for reading and writing the very common LAS LiDAR format.
|
||||||
|
|
||||||
|
@ -15,11 +15,13 @@ vcpkg_extract_source_archive_ex(
|
|||||||
PATCHES fix-BuildError.patch
|
PATCHES fix-BuildError.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
file(REMOVE ${SOURCE_PATH}/cmake/modules/FindGeoTIFF.cmake) # remove outdated module. There are probably more
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
|
||||||
-DBUILD_OSGEO4W=OFF # Disable osgeo4w
|
-DBUILD_OSGEO4W=OFF # Disable osgeo4w
|
||||||
-DWITH_TESTS=OFF
|
-DWITH_TESTS=OFF
|
||||||
-DWITH_UTILITIES=OFF
|
-DWITH_UTILITIES=OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user