Skip to content

Commit

Permalink
easylogging++: ensure it finds boost headers
Browse files Browse the repository at this point in the history
  • Loading branch information
moneromooo-monero committed Sep 24, 2019
1 parent 3f60968 commit 9b1cc6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/easylogging++/CMakeLists.txt
Expand Up @@ -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}
Expand Down

0 comments on commit 9b1cc6c

Please sign in to comment.