OPTION_PDAL_LAS

Any question about other libraries used in this project
Post Reply
leifeiyi
Posts: 4
Joined: Fri Mar 08, 2019 5:25 pm

OPTION_PDAL_LAS

Post by leifeiyi »

Hey, I want to compile cloudcompare with VS2015+cmake+QT to enable it to support .las format files. After downloading OSGeo4W64, I have compiled cmake, but when running ALL_BUILD of .sln, there are many problems, and if Without adding OPTION_PDAL_LAS, I can compile and run successfully. Can you explain the steps from downloading OSGeo4W64 to compiling the final support for .las format? Or give me the help documentation I have, thank you very much!
Attachments
1.PNG
1.PNG (19.14 KiB) Viewed 22914 times
leifeiyi
Posts: 4
Joined: Fri Mar 08, 2019 5:25 pm

Re: OPTION_PDAL_LAS

Post by leifeiyi »

I have solved this problem: when using the cmake compiled file to add OPTION_PDAL_LAS, click configure, you need to set the two variable paths PDAL_DIR and JSON_ROOT_DIR。
Post Reply