Skip to content

Commit

Permalink
[Feature] Added some concurrent utilities, GenericThreadPool, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor committed Aug 30, 2018
1 parent 7f4e658 commit cfd14e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cfd14e4

Please sign in to comment.