Merge pull request #39284 from mpickering/liblas-laszip
libLAS: build with LASzip support
This commit is contained in:
commit
c3c3317edc
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user