Remove pthread detection and linking: it's unused

This commit is contained in:
Fabio Bas 2014-06-11 01:20:19 +02:00
parent 5cd363e590
commit 62f756e698
2 changed files with 1 additions and 2 deletions

View file

@ -58,7 +58,6 @@ set(CMAKE_AUTOMOC TRUE)
# Find other needed libraries
FIND_PACKAGE(Protobuf REQUIRED)
FIND_PACKAGE(Threads)
# Compile servatrice (default off)
add_subdirectory(common)