We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80c318 commit 4e4cb98Copy full SHA for 4e4cb98
1 file changed
src/platforms/generic_unix/lib/CMakeLists.txt
@@ -87,7 +87,7 @@ if (MbedTLS_FOUND)
87
set(CMAKE_REQUIRED_INCLUDES "${MBEDTLS_ROOT_DIR}/include")
88
endif()
89
include(CheckCSourceCompiles)
90
- set(CMAKE_REQUIRED_LIBRARIES MbedTLS::mbedcrypto)
+ set(CMAKE_REQUIRED_LIBRARIES MbedTLS::mbedtls)
91
check_c_source_compiles("
92
#include <mbedtls/version.h>
93
#ifndef MBEDTLS_PSA_CRYPTO_C
0 commit comments