Jaetriel
Jaetriel
@tmontaigu I've installed all those dependencies, sudo apt installing them says they are all the newest version, but I still have the same issue
Hey @tmontaigu , yep I did re-configure and re-generate the cmake files but even in CMake itself I get >You have called ADD_LIBRARY for library CCAppCommon without any source files....
So, I tried starting from scratch. I cloned the repo using the command in BUILD.md `git clone --recursive https://github.com/cloudcompare/CloudCompare.git` , launched cmake with `cmake-gui`, set the source code to `home/gl/Documents/CloudCompare/CloudCompare`...
I am trying to compile it directly on the Jetson. In the `/usr/lib` folder I only have 1 qt5 folder with a bin folder in it, I tried re-configuring and...
Thanks for your suggestions @tmontaigu. I updated my CMake versions and retried it again but I've got the same results, I also went into Qt Creator and tried all the...