Open pedrozamboni opened 5 months ago
Hi, I'm trying to install CloudComPy310 using conda on Ubuntu and I'm having this error:
CMake Error at CMakeLists.txt:83 (add_subdirectory): The source directory
/home/pedro/projets/CloudComPy/CloudComPy/CloudCompare
does not contain a CMakeLists.txt file.
I checked and the /home/pedro/projets/CloudComPy/CloudComPy/CloudCompare folder is empty. Does anyone know how to proceed?
Hello, When cloning sources, you must include the submodules: git clone --recurse-submodules https://github.com/CloudCompare/CloudComPy.git Best regards, Paul
git clone --recurse-submodules https://github.com/CloudCompare/CloudComPy.git
Hi, I'm trying to install CloudComPy310 using conda on Ubuntu and I'm having this error:
CMake Error at CMakeLists.txt:83 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
I checked and the /home/pedro/projets/CloudComPy/CloudComPy/CloudCompare folder is empty. Does anyone know how to proceed?