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
and I want to use Qt5CoreConfig.cmake from /opt/Qt/5.11.2/android_armv7/lib/cmake/...
With the recent fix in r19b #890, the /opt/Qt/ path is ignored.
Would it be possible to use if in setting CMAKE_FIND_ROOT_PATH so one can set this list outside and include also Qt folder (so we do not need to allow other host's paths)
I have this folder structure
and I want to use
Qt5CoreConfig.cmake
from/opt/Qt/5.11.2/android_armv7/lib/cmake/...
With the recent fix in r19b #890, the
/opt/Qt/
path is ignored.Would it be possible to use
if
in settingCMAKE_FIND_ROOT_PATH
so one can set this list outside and include also Qt folder (so we do not need to allow other host's paths)Environment Details
The text was updated successfully, but these errors were encountered: