1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

CMakeLists.txt: Print ${EC_LIB}

This commit is contained in:
Henrik Hautakoski 2023-03-22 18:48:52 +01:00
parent c4304e3d22
commit ea63d3e4ec

View file

@ -97,6 +97,8 @@ else()
message(FATAL_ERROR "Invalid ec implementation: " ${EC_LIB})
endif()
message("-- Using Elliptic curve library: ${EC_LIB}")
# --------------------------------
# Tests
# --------------------------------