diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-24 20:09:17 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-24 20:09:33 +0000 |
commit | 31bf2e25c5f96c02918cb3f750e061152b25e868 (patch) | |
tree | 004e970656ba0bf7380526dda2795791b651f148 /external/easylogging++ | |
parent | easylogging++: split strings manually (diff) | |
download | monero-31bf2e25c5f96c02918cb3f750e061152b25e868.tar.xz |
Revert "easylogging++: ensure it finds boost headers"
This reverts commit 9a95827ea72574c3e861aa3167c0b96b9bae64b3.
Diffstat (limited to 'external/easylogging++')
-rw-r--r-- | external/easylogging++/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/easylogging++/CMakeLists.txt b/external/easylogging++/CMakeLists.txt index b9b9aea91..35fb86552 100644 --- a/external/easylogging++/CMakeLists.txt +++ b/external/easylogging++/CMakeLists.txt @@ -40,7 +40,6 @@ 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} |