Skip to content

Commit 4e4cb98

Browse files
committed
cmake fix
1 parent e80c318 commit 4e4cb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platforms/generic_unix/lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if (MbedTLS_FOUND)
8787
set(CMAKE_REQUIRED_INCLUDES "${MBEDTLS_ROOT_DIR}/include")
8888
endif()
8989
include(CheckCSourceCompiles)
90-
set(CMAKE_REQUIRED_LIBRARIES MbedTLS::mbedcrypto)
90+
set(CMAKE_REQUIRED_LIBRARIES MbedTLS::mbedtls)
9191
check_c_source_compiles("
9292
#include <mbedtls/version.h>
9393
#ifndef MBEDTLS_PSA_CRYPTO_C

0 commit comments

Comments
 (0)