Skip to content

Commit

Permalink
Make sure we find LAZperf 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 2, 2021
1 parent 6f0ff90 commit c08f051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/lazperf.cmake
@@ -1,6 +1,6 @@
option(WITH_LAZPERF "Build PDAL with support for LAZ compression with LAZPERF" TRUE)
if (WITH_LAZPERF)
find_package(LAZPERF 2.0 QUIET)
find_package(LAZPERF 2.1 QUIET)
set_package_properties(LAZPERF PROPERTIES TYPE OPTIONAL)
if (LAZPERF_FOUND)
set(LAZPERF_LIBRARY "LAZPERF::lazperf")
Expand Down

0 comments on commit c08f051

Please sign in to comment.