aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptonote_core/CMakeLists.txt')
-rw-r--r--src/cryptonote_core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/CMakeLists.txt b/src/cryptonote_core/CMakeLists.txt
index 5944ddcd1..7c43323d4 100644
--- a/src/cryptonote_core/CMakeLists.txt
+++ b/src/cryptonote_core/CMakeLists.txt
@@ -56,7 +56,7 @@ monero_add_library(cryptonote_core
target_link_libraries(cryptonote_core
PUBLIC
common
- crypto
+ cncrypto
blockchain_db
ringct
${Boost_DATE_TIME_LIBRARY}