comprna/RATTLE

./build.sh get CMake Error

huangziyan11111 opened this issue · 2 comments

when I run ./build.sh, something is wrong. In the line: "cmake -DCMAKE_BUILD_TYPE=Release .." get error information:
CMake Error: The source directory ... does not appear to contain CMakeLists.txt

Could you check this code? Thank you!

Hi,

do you have the "spoa" folder inside the RATTLE folder? If not, make sure you cloned the repo and its submodules with git clone --recurse-submodules https://github.com/comprna/RATTLE

Thanks!

Thank you. Indeed, the spoa folder is empty. I download again.