Update CMakeLists.txt

This commit is contained in:
Lee *!* Clagett 2024-02-26 10:57:43 -05:00 committed by GitHub
parent f7fd74ff59
commit d7b6f4f4f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,7 +191,7 @@ endif()
if(monero_PROTOLIB_LIBRARY)
set(ZMQ_LIB "${ZMQ_LIB};${monero_PROTOLIB_LIBRARY}")
endif()
if(NOT monero_SODIUM_LIBRARY_RELESAE)
if(monero_SODIUM_LIBRARY_RELEASE)
set(ZMQ_LIB "${ZMQ_LIB};${monero_SODIUM_LIBRARY_RELEASE}")
endif()