diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 7ff32fd68..99c8c399f 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -128,5 +128,5 @@ if(VENDOR_LIBSODIUM) target_include_directories (${CRYPTOGRAPHY_LIB} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include") else() target_include_directories(${CRYPTOGRAPHY_LIB} PUBLIC ${sodium_INCLUDE_DIR}) - target_link_libraries(${CRYPOGRAPHY_LIB} sodium) + target_link_libraries(${CRYPTOGRAPHY_LIB} sodium) endif() \ No newline at end of file