ByConity/cmake/find/lasfs.cmake

7 lines
105 B
CMake

option(ENABLE_LASFS "Enable LASFS" OFF)
if (NOT ENABLE_LASFS)
set(USE_LASFS 0)
return()
endif()