summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9eec817..67a1b10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -296,7 +296,7 @@ if(ZLIB_SUPPORT)
target_link_libraries(zlib_lib ZLIB::ZLIB)
endif()
-if(MBEDTLS_SUPPORT)
+if(CRYPTO_MBEDTLS_SUPPORT)
set(LIBRARIES ${LIBRARIES} crypto_mbedtls_lib)
add_library(crypto_mbedtls_lib MODULE lib/crypto-mbedtls.c)
set_target_properties(crypto_mbedtls_lib PROPERTIES OUTPUT_NAME crypto-mbedtls PREFIX "")