Skip to content

Commit

Permalink
Switch to internal lazperf by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed May 6, 2022
1 parent 8992b86 commit 9be1780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -411,7 +411,7 @@ if(WITH_CORE)
message(STATUS "Qt WebKit support DISABLED.")
endif()

set (WITH_INTERNAL_LAZPERF FALSE CACHE BOOL "Determines whether LazPerf should be built from internal copy")
set (WITH_INTERNAL_LAZPERF TRUE CACHE BOOL "Determines whether LazPerf should be built from internal copy")
if (WITH_EPT OR WITH_COPC)
if (NOT WITH_INTERNAL_LAZPERF)
find_package(LazPerf) # for decompression of point clouds
Expand Down

0 comments on commit 9be1780

Please sign in to comment.