Errors in cmake configuration: could not find git for clone of cxxopts-populate #2716
-
Hi, Trying to build SOFA 21.12 stable on Ubuntu 20.04, I get these persisting errors: CMake Error at /usr/local/share/cmake-3.18/Modules/ExternalProject.cmake:2350 (message): -- Configuring incomplete, errors occurred! CMake Error at /usr/local/share/cmake-3.18/Modules/FetchContent.cmake:975 (message): There is no cmake-3.18 in "/usr/local/share/". I reinstalled it and then upgraded it to cmake 3.22, but when I the problem persists. I appreciate any clue on this. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @zbounik It seems cmake did not find |
Beta Was this translation helpful? Give feedback.
Hello @zbounik
error: could not find git for clone of cxxopts-populate
It seems cmake did not find
git
on your system... Maybe a configuration problem ? (not well installed, not inPATH
)