From 997d2da2ecb75f5162ae9a32164d192b87fea0ea Mon Sep 17 00:00:00 2001 From: muxator Date: Wed, 6 Dec 2023 10:12:12 +0100 Subject: [PATCH] ROLLME --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index becd8c0277..2b08695ef6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ if(SECP256K1_ENABLE_MODULE_FROST) if(NOT SECP256K1_EXPERIMENTAL) message(FATAL_ERROR "FROST module is experimental. Use -DSECP256K1_EXPERIMENTAL=ON to allow.") else() - add_compile_definitions(-DENABLE_MODULE_FROST=1) + add_compile_definitions(ENABLE_MODULE_FROST=1) endif() endif() # FROST_SPECIFIC - END