diff options
Diffstat (limited to 'math/pdal/files/patch-cmake_modules_FindLASzip.cmake')
-rw-r--r-- | math/pdal/files/patch-cmake_modules_FindLASzip.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/pdal/files/patch-cmake_modules_FindLASzip.cmake b/math/pdal/files/patch-cmake_modules_FindLASzip.cmake deleted file mode 100644 index 0a388385ae21..000000000000 --- a/math/pdal/files/patch-cmake_modules_FindLASzip.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/modules/FindLASzip.cmake.orig 2018-05-22 16:04:04 UTC -+++ cmake/modules/FindLASzip.cmake -@@ -53,7 +53,7 @@ FIND_LIBRARY(LASZIP_LIBRARY - ${OSGEO4W_ROOT_DIR}/lib) - - # Comment out laszip.hpp version info --SET(LASZIP_VERSION_H "${LASZIP_INCLUDE_DIR}/laszip/laszip_api_version.h") -+SET(LASZIP_VERSION_H "${LASZIP_INCLUDE_DIR}/laszip_api_version.h") - IF(LASZIP_INCLUDE_DIR AND EXISTS ${LASZIP_VERSION_H}) - SET(LASZIP_VERSION 0) - |