From 8e5850b8d81ab32509d2db1264ac2e715a26bd9e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 17 Feb 2024 17:14:59 -0800 Subject: fix typo in test for CMAKE_FIND_PACKAGE_PREFER_CONFIG --- src/supplemental/tls/mbedtls/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supplemental') diff --git a/src/supplemental/tls/mbedtls/CMakeLists.txt b/src/supplemental/tls/mbedtls/CMakeLists.txt index fda226e5..e3d767fc 100644 --- a/src/supplemental/tls/mbedtls/CMakeLists.txt +++ b/src/supplemental/tls/mbedtls/CMakeLists.txt @@ -27,7 +27,7 @@ if (NNG_TLS_ENGINE STREQUAL "mbed") # mbedTLS v3 has a config file, which should work better than # what we do here. We do restore the setting though because # user applications might not expect this. - if (NOT CMAKE_FIND_PAKCAGE_PREFER_CONFIG) + if (NOT CMAKE_FIND_PACKAGE_PREFER_CONFIG) set(CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE) find_package(MbedTLS REQUIRED) set(CMAKE_FIND_PACKAGE_PREFER_CONFIG FALSE) -- cgit v1.2.3-70-g09d2