cmake error while installing libsbp - include could not find load file
Rangeesh opened this issue · 4 comments
While building and installing libsbp, I'm facing the issue while trying to cmake ../
in the build folder (/libsbp/c/build/):
`
CMake Error at CMakeLists.txt:7 (include):
include could not find load file:
CCache
CMake Error at CMakeLists.txt:8 (include):
include could not find load file:
SwiftCmakeOptions
CMake Error at CMakeLists.txt:9 (swift_create_project_options):
Unknown CMake command "swift_create_project_options".
-- Configuring incomplete, errors occurred!
`
How can I resolve this?
hi @Rangeesh, please run git submodule update --init --recursive
in order to pull in the cmake submodules
Thank you, that worked out well!
All well and good, but how does this work in your release tar? That also doesn't include the submodules...
Same problem, how does it work for releases?