CMake: Remove easylogging

This commit is contained in:
tobtoht 2023-04-20 13:35:29 +02:00
parent 2fe4e9e4b4
commit 4e41851d81
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View 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}")