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:
authoreidheim <eidheim@gmail.com>2015-10-28 11:09:14 +0300
committereidheim <eidheim@gmail.com>2015-10-28 11:09:14 +0300
commit11a1a9adc725abf5be0fef23eac97a2c17ee1628 (patch)
treefd63461917bed3e5b18d1379ccb39926f8bc90d1 /CMakeLists.txt
parente6c8c048bcf443ea77878de609202f472213333d (diff)
Fixes #16, but leads to extra copies until a custom streambuf is used.
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 2f18956..6888e14 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 regex thread coroutine context REQUIRED)
+find_package(Boost 1.54.0 COMPONENTS system regex thread REQUIRED)
include_directories(${Boost_INCLUDE_DIR})
if(APPLE)