From dc71f861df8929deee300368b88ef47d45560695 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 1 Jul 2024 15:05:34 -0400 Subject: fix: #7 fix confusing inline functions --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a1f707..53fbe29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,6 +142,8 @@ if(CRYPTO_LIB STREQUAL "") elseif(OPENSSL_FOUND) set(CRYPTO_LIB "openssl") endif() + + message(STATUS "No crypto library was specified, defaulting to ${CRYPTO_LIB}") endif() #Include mbedtls if enabled -- cgit