Link with pthread on Linux

This commit is contained in:
Konstantinos Sideris 2018-03-24 23:36:27 +02:00
parent 553a97c8bb
commit 97326243db
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
endif()
endif()
if(NOT APPLE AND NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
endif()
#
# Declare source and header files.
#