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

Rootfs path must not contain spaces #2

Open
me21 opened this issue Mar 28, 2022 · 0 comments
Open

Rootfs path must not contain spaces #2

me21 opened this issue Mar 28, 2022 · 0 comments

Comments

@me21
Copy link

me21 commented Mar 28, 2022

I have a project which contains find_package(CURL REQUIRED) command. It fails during configure step and complains it cannot find header files for curl.
The package libcurl4-openssl-dev is installed.
It appeared CMAKE_LIBRARY_ARCHITECTURE was empty when rootfs path contained spaces. Some autodetection magic was broken by that. When I created a symlink and specified rootfs path without spaces, the configure step succeeded.

Either that should be fixed, or a warning must be given in the docs.

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

1 participant