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!
OPTION_USE_LIBLAS not shown in CMAKE
-
- Posts: 6
- Joined: Thu Oct 26, 2017 7:03 pm
OPTION_USE_LIBLAS not shown in CMAKE
- Attachments
-
- Capture.PNG (18.2 KiB) Viewed 24431 times
Re: OPTION_USE_LIBLAS not shown in CMAKE
Liblas has been replaced by PDAL which is well supported (contrarily to libLAS which is a bit deprecated).
Daniel, CloudCompare admin
-
- Posts: 6
- Joined: Thu Oct 26, 2017 7:03 pm
Re: OPTION_USE_LIBLAS not shown in CMAKE
Okay, I'll install PDAL then. Thanks for the prompt response.