summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconlain-k <conlain.k@gmail.com>2018-07-20 09:52:33 -0400
committerGitHub <noreply@github.com>2018-07-20 09:52:33 -0400
commitf58f40ec9630827124dbfffa8083f0cf2536f592 (patch)
treeca54bdc244468beded4c018c6086ba49c4a39181
parent8e3cdb6d3bfd15e3e8b02835b0228182e9199eeb (diff)
downloadsdl_core-f58f40ec9630827124dbfffa8083f0cf2536f592.tar.gz
add boost thread component requirement to cmake
-rw-r--r--src/3rd_party/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rd_party/CMakeLists.txt b/src/3rd_party/CMakeLists.txt
index b72d86f902..6b21ce036c 100644
--- a/src/3rd_party/CMakeLists.txt
+++ b/src/3rd_party/CMakeLists.txt
@@ -210,7 +210,7 @@ else()
endif()
if (HMIADAPTER STREQUAL "messagebroker")
- find_package(Boost 1.66.0 COMPONENTS system)
+ find_package(Boost 1.66.0 COMPONENTS system thread)
set(BOOST_LIB_SOURCE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/boost_src)
set(BOOST_LIBS_DIRECTORY ${3RD_PARTY_INSTALL_PREFIX}/lib)
SET_PROPERTY(GLOBAL PROPERTY GLOBAL_BOOST_LIBS ${BOOST_LIBS_DIRECTORY})