From ea63d3e4ecc5b46ef5827cd6030bdae4ff241e5a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 22 Mar 2023 18:48:52 +0100 Subject: [PATCH] CMakeLists.txt: Print ${EC_LIB} --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d05286..3b6f0f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,8 @@ else() message(FATAL_ERROR "Invalid ec implementation: " ${EC_LIB}) endif() +message("-- Using Elliptic curve library: ${EC_LIB}") + # -------------------------------- # Tests # --------------------------------