From: tobtoht Date: Thu, 20 Apr 2023 11:35:29 +0000 (+0200) Subject: CMake: Remove easylogging X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=4e41851d819551e2d54bdf177b6bd5a284264c66;p=gamesguru%2Ffeather.git CMake: Remove easylogging --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e5809e8..06d04e24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,10 +67,6 @@ get_directory_property(TREZOR_DEP_LIBS DIRECTORY "monero" DEFINITION TREZOR_DEP_ # pthread find_package(Threads REQUIRED) -# Easylogging -include_directories(${EASYLOGGING_INCLUDE}) -link_directories(${EASYLOGGING_LIBRARY_DIRS}) - # Sodium find_library(SODIUM_LIBRARY sodium) message(STATUS "libsodium: libraries at ${SODIUM_LIBRARY}")