pull/888/head
Jeff Becker 5 years ago
parent 62167e8c74
commit f228eca39e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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()
Loading…
Cancel
Save