Skip to content
Snippets Groups Projects
Commit 6a05ea13 authored by Oskar Lappi's avatar Oskar Lappi
Browse files

Helpful error messages in build

parent d71d586d
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ if (OJL_BIMAP_BUILD_TESTS)
if (NOT CXX_20_SUPPORT)
message(FATAL_ERROR "The C++ compiler does not support the -std=c++20 flag")
message(FATAL_ERROR "Use a compiler that supports C++ 20, like clang++ >= 10")
endif()
......
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