Skip to content
Snippets Groups Projects
Verified Commit 59a99bb7 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Conan] Better help message when multi-config conan generator was used.

parent 1f6736f3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ endif()
if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
message(FATAL_ERROR "Multi-config generators are not yet supported when "
"using Conan. Specify CMAKE_BUILD_TYPE!")
"using Conan. Specify CMAKE_BUILD_TYPE, e.g. via cmd line: "
"cmake . -DCMAKE_BUILD_TYPE=Release!")
endif()
# Treat Conan includes as system includes to suppress warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment