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 /CMakeLists.txt | |
parent | Merge pull request #5916 (diff) | |
download | monero-9a95827ea72574c3e861aa3167c0b96b9bae64b3.tar.xz |
easylogging++: ensure it finds boost headers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b4cc80d3..241e2b4df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -451,7 +451,6 @@ ExternalProject_Add(generate_translations_header CMAKE_ARGS -DLRELEASE_PATH=${LRELEASE_PATH} INSTALL_COMMAND cmake -E echo "") include_directories("${CMAKE_CURRENT_BINARY_DIR}/translations") -add_subdirectory(external) # Final setup for libunbound include_directories(${UNBOUND_INCLUDE}) @@ -1024,3 +1023,5 @@ if (iwyu_tool_path AND PYTHONINTERP_FOUND) VERBATIM ) endif() + +add_subdirectory(external) |