mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
cmake: Fix typo in error message
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
@@ -94,7 +94,7 @@ if (MBEDTLS_VERSION)
|
|||||||
)
|
)
|
||||||
else (MBEDTLS_VERSION)
|
else (MBEDTLS_VERSION)
|
||||||
find_package_handle_standard_args(MBedTLS
|
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"
|
the system variable MBEDTLS_ROOT_DIR"
|
||||||
MBEDTLS_INCLUDE_DIR
|
MBEDTLS_INCLUDE_DIR
|
||||||
MBEDTLS_LIBRARIES)
|
MBEDTLS_LIBRARIES)
|
||||||
|
|||||||
Reference in New Issue
Block a user