]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
CMake: Remove easylogging
authortobtoht <tob@featherwallet.org>
Thu, 20 Apr 2023 11:35:29 +0000 (13:35 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 20 Apr 2023 11:35:29 +0000 (13:35 +0200)
CMakeLists.txt

index 4e5809e868019a492c91c191803df18d9211554b..06d04e249dc730be95887b8d7b46c4192015d47a 100644 (file)
@@ -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}")