Skip to content

Commit

Permalink
[Feature] Added some concurrent utilities, GenericThreadPool, etc. (#3)
Browse files Browse the repository at this point in the history
* [Feature] Added some concurrent utilities, GenericThreadPool, etc.
  • Loading branch information
dutor authored Sep 5, 2018
1 parent 56a3e72 commit 371d5a6
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 371d5a6

Please sign in to comment.