-
I'm trying to build Ripes on MacOS. Does this error look familiar to anybody: $ /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake .
does not contain a CMakeLists.txt file. -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Make sure that you pulled the submodules of the project: |
Beta Was this translation helpful? Give feedback.
Make sure that you pulled the submodules of the project:
git clone --recursive https://github.com/mortbopet/Ripes.git
orgit submodule update --init --recursive