Skip to content

Commit

Permalink
ROLLME
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Dec 6, 2023
1 parent c2cffbd commit 997d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 997d2da

Please sign in to comment.