From 4e41851d819551e2d54bdf177b6bd5a284264c66 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 20 Apr 2023 13:35:29 +0200 Subject: [PATCH] CMake: Remove easylogging --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e5809e..06d04e2 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}")