Page 1 of 1

OPTION_USE_LIBLAS not shown in CMAKE

Posted: Wed May 23, 2018 3:51 am
by radhikaravi
Hi,
I am trying to build CloudCompare from the source code. I have done this many times before and even this time, it is successful but I see no option to include libLAS this time. Surprisingly, I don't see the option in CMake which allows to include libLAS along with CC, i.e., the OPTION_USE_LIBLAS is missing. Can anyone suggest me a solution for the same?
Thanks!

Re: OPTION_USE_LIBLAS not shown in CMAKE

Posted: Wed May 23, 2018 5:42 am
by daniel
Liblas has been replaced by PDAL which is well supported (contrarily to libLAS which is a bit deprecated).

Re: OPTION_USE_LIBLAS not shown in CMAKE

Posted: Wed May 23, 2018 5:47 am
by radhikaravi
Okay, I'll install PDAL then. Thanks for the prompt response.