Merge pull request #39284 from mpickering/liblas-laszip

libLAS: build with LASzip support
This commit is contained in:
Jörg Thalheim 2018-04-21 11:08:36 +01:00 committed by GitHub
commit c3c3317edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DGDAL_CONFIG=${gdal}/bin/gdal-config"
"-DWITH_LASZIP=ON"
"-DLASZIP_INCLUDE_DIR=${LASzip}/include"
];
postFixup = stdenv.lib.optionalString stdenv.isDarwin ''