summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconlain-k <conlain.k@gmail.com>2018-07-20 13:50:21 -0400
committerGitHub <noreply@github.com>2018-07-20 13:50:21 -0400
commitaf5ff89188a0f847319e9ef2deb48593a24ff0b0 (patch)
tree3c10735b4133e099c30c16eefb84ef57cda09de2
parenta2612198bd29c80f20f2d3ea50d80ea8415bb723 (diff)
downloadsdl_core-af5ff89188a0f847319e9ef2deb48593a24ff0b0.tar.gz
Require boost filesystem component for successful boost install
-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 147ecef743..6f3680053f 100644
--- a/src/3rd_party/CMakeLists.txt
+++ b/src/3rd_party/CMakeLists.txt
@@ -208,7 +208,7 @@ else()
endif()
if (HMIADAPTER STREQUAL "messagebroker")
- find_package(Boost 1.66.0 COMPONENTS system)
+ find_package(Boost 1.66.0 COMPONENTS system filesystem)
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})