Page 1 of 1

OPTION_PDAL_LAS

Posted: Fri Mar 08, 2019 5:56 pm
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!

Re: OPTION_PDAL_LAS

Posted: Sat Mar 09, 2019 4:50 pm
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。