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

Typo bug in CMake from previous fix

Many commits here because I'm trying superbuild's update capabilities.
parent c0620f3f
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,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\n\
Use a compiler that supports C++ 20, like clang++ >= 10\
")
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