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
When CMAKE_MAP_IMPORTED_CONFIG_ is set, it does not affect conan_cmake_install, so if you have mapping like
CMAKE_MAP_IMPORTED_CONFIG_SECURE=Release, conan_cmake_install will try to install packages with build_type=Secure instead of Release.
Can mapping be supported somehow?