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 # --------------------------------