OPTION_USE_LIBLAS not shown in CMAKE

Any question about other libraries used in this project
Post Reply
radhikaravi
Posts: 6
Joined: Thu Oct 26, 2017 7:03 pm

OPTION_USE_LIBLAS not shown in CMAKE

Post 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!
Attachments
Capture.PNG
Capture.PNG (18.2 KiB) Viewed 19744 times
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: OPTION_USE_LIBLAS not shown in CMAKE

Post by daniel »

Liblas has been replaced by PDAL which is well supported (contrarily to libLAS which is a bit deprecated).
Daniel, CloudCompare admin
radhikaravi
Posts: 6
Joined: Thu Oct 26, 2017 7:03 pm

Re: OPTION_USE_LIBLAS not shown in CMAKE

Post by radhikaravi »

Okay, I'll install PDAL then. Thanks for the prompt response.
Post Reply