diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-24 18:12:18 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-24 18:22:37 +0000 |
commit | 9a95827ea72574c3e861aa3167c0b96b9bae64b3 (patch) | |
tree | 06e6f72f32592d6269d0f81bd059271df5a4b6ea /external | |
parent | Merge pull request #5916 (diff) | |
download | monero-9a95827ea72574c3e861aa3167c0b96b9bae64b3.tar.xz |
easylogging++: ensure it finds boost headers
Diffstat (limited to 'external')
-rw-r--r-- | external/easylogging++/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/CMakeLists.txt b/external/easylogging++/CMakeLists.txt index 35fb86552..b9b9aea91 100644 --- a/external/easylogging++/CMakeLists.txt +++ b/external/easylogging++/CMakeLists.txt @@ -40,6 +40,7 @@ add_library(easylogging include_directories("${CMAKE_CURRENT_SOURCE_DIR}") include_directories("${CMAKE_CURRENT_BINARY_DIR}") +include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) target_link_libraries(easylogging PRIVATE ${CMAKE_THREAD_LIBS_INIT} |