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

Different formatting of msvc runtime value conan_provider.cmake #614

Open
Bobini1 opened this issue Jan 27, 2024 · 0 comments
Open

Different formatting of msvc runtime value conan_provider.cmake #614

Bobini1 opened this issue Jan 27, 2024 · 0 comments

Comments

@Bobini1
Copy link

Bobini1 commented Jan 27, 2024

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.

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