From f228eca39e3998582a53c802f51594688fe6b628 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 30 Oct 2019 10:46:29 -0400 Subject: [PATCH] fix typo --- crypto/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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