Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Christian Eidheim <eidheim@gmail.com>2015-09-29 17:04:28 +0300
committerOle Christian Eidheim <eidheim@gmail.com>2015-09-29 17:04:28 +0300
commit47a7acc3fca8a9720d4d2e1bda750632f0268e20 (patch)
tree006431470729c48e9e5d446cb4785a2769b64f31 /CMakeLists.txt
parent4511df38f3d0eafed8da1d98fb59e7a371bec0ee (diff)
Added thread to Boost Components, boost version 1.58 required it to link.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58747f6..f5fa2bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ else()
endif()
#Only tested with versions 1.55 and 1.56
-find_package(Boost 1.54.0 COMPONENTS system coroutine context REQUIRED)
+find_package(Boost 1.54.0 COMPONENTS system thread coroutine context REQUIRED)
include_directories(${Boost_INCLUDE_DIR})
if(APPLE)