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 got an error when trying out the plugin in Clion on my project:
CMake Error at conan_provider.cmake:212 (message):
CMake-Conan: unable to map MSVC runtime:
$<$<CONFIG:Debug>:MultiThreadedDebugDLL>$<$<CONFIG:Release>:MultiThreadedDLL>
to Conan settings
It looks like it is in the list of known values but formatted as MultiThreaded$<$<CONFIG:Debug>:Debug>DLL.
I appended my value to the list of known values, it seems to work fine. See #613.
The text was updated successfully, but these errors were encountered:
I got an error when trying out the plugin in Clion on my project:
It looks like it is in the list of known values but formatted as
MultiThreaded$<$<CONFIG:Debug>:Debug>DLL
.I appended my value to the list of known values, it seems to work fine. See #613.
The text was updated successfully, but these errors were encountered: