Fix PR#2039
Missed a crypto -> cncrypto rename
This commit is contained in:
parent
8fbbefb8db
commit
fa489a26ef
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ endif()
|
|||
|
||||
target_link_libraries(epee
|
||||
PUBLIC
|
||||
crypto
|
||||
cncrypto
|
||||
easylogging
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
PRIVATE
|
||||
|
|
Loading…
Reference in a new issue