From 1db37cd9f466c2f49856b111abb4863b787b72f8 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 12 Apr 2024 13:46:11 +0200 Subject: [PATCH] cmake: Fix typo in error message Signed-off-by: Jakub Jelen Reviewed-by: Sahana Prasad --- cmake/Modules/FindMbedTLS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindMbedTLS.cmake b/cmake/Modules/FindMbedTLS.cmake index baec8adc..ee52ad84 100644 --- a/cmake/Modules/FindMbedTLS.cmake +++ b/cmake/Modules/FindMbedTLS.cmake @@ -94,7 +94,7 @@ if (MBEDTLS_VERSION) ) else (MBEDTLS_VERSION) find_package_handle_standard_args(MBedTLS - "Could NOT find mbedTLS, try to set the path to mbedLS root folder in + "Could NOT find mbedTLS, try to set the path to mbedTLS root folder in the system variable MBEDTLS_ROOT_DIR" MBEDTLS_INCLUDE_DIR MBEDTLS_LIBRARIES)