You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: