Skip to content

Commit

Permalink
[FIXUP] cmake: Enable C language for libsecp256k1
Browse files Browse the repository at this point in the history
Must be squashed with the commit eb3546f
"cmake: Build `secp256k1` static library".
  • Loading branch information
hebasto committed Mar 12, 2023
1 parent 75b9b6c commit 3bb3448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/secp256k1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# support has been merged we should switch to using the upstream CMake
# buildsystem.

enable_language(C)
set(CMAKE_C_STANDARD 90)
set(CMAKE_C_EXTENSIONS OFF)

Expand Down

0 comments on commit 3bb3448

Please sign in to comment.