diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-09-24 13:50:35 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-24 13:50:35 -0500 |
| commit | faf5805fc06845d2351227fc37d4e5705ceb60a9 (patch) | |
| tree | 11fda70ab895cea2bda7e25bc6f7557f18a30fee /external/easylogging++ | |
| parent | cb6f96b9d13812b819b6fc5960e5851098554fba (diff) | |
| parent | 9a95827ea72574c3e861aa3167c0b96b9bae64b3 (diff) | |
| download | monzero-core-faf5805fc06845d2351227fc37d4e5705ceb60a9.tar.gz monzero-core-faf5805fc06845d2351227fc37d4e5705ceb60a9.tar.xz monzero-core-faf5805fc06845d2351227fc37d4e5705ceb60a9.zip | |
Merge pull request #5928
9a95827 easylogging++: ensure it finds boost headers (moneromooo-monero)
Diffstat (limited to 'external/easylogging++')
| -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} |
