You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When cloning sources, you must include the submodules: git clone --recurse-submodules https://github.com/CloudCompare/CloudComPy.git
Best regards,
Paul
Hello, When cloning sources, you must include the submodules: git clone --recurse-submodules https://github.com/CloudCompare/CloudComPy.git Best regards, Paul
Is this okay? git clone --depth 1 https://github.com/micmacIGN/micmac.git
Hello,
I'm not sure I understand your question:
--Depth 1 is used to minimize the size of the clone when you don't need the history. It has nothing to do with submodules. I don't know micmac, but it seems that micmac is not structured with submodules, so your instruction should be correct if you just want to build the code.
--recurse-submodules is necessary for a repository like CloudComPy that integrates other repositories (CloudCompare).
Best regards,
Paul
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?
The text was updated successfully, but these errors were encountered: