Skip to content
Snippets Groups Projects
Commit cfd14e4e authored by dutor's avatar dutor
Browse files

[Feature] Added some concurrent utilities, GenericThreadPool, etc.

parent 7f4e6580
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ set(CMAKE_SKIP_RPATH TRUE)
set(CMAKE_VERBOSE_MAKEFILE TRUE)
enable_testing()
if (!CMAKE_CXX_COMPILER)
message(FATAL_ERROR "No C++ compiler found")
endif()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment