Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake error while installing libsbp - include could not find load file #705

Closed
Rangeesh opened this issue Jun 24, 2019 · 4 comments
Closed

Comments

@Rangeesh
Copy link

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?

@benjaminaltieri
Copy link
Contributor

hi @Rangeesh, please run git submodule update --init --recursive in order to pull in the cmake submodules

@Rangeesh
Copy link
Author

Thank you, that worked out well!

@rokusottervanger
Copy link

rokusottervanger commented Nov 30, 2020

All well and good, but how does this work in your release tar? That also doesn't include the submodules...

@keivanK1
Copy link

Same problem, how does it work for releases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants