Skip to content

Commit

Permalink
[FIXUP] cmake: Drop C language from the global project
Browse files Browse the repository at this point in the history
Must be squashed with the commit 91f28a6
"cmake: Add root `CMakeLists.txt` file".
  • Loading branch information
hebasto committed Mar 12, 2023
1 parent 38604b7 commit 75b9b6c
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 @@ -24,7 +24,7 @@ project("Bitcoin Core"
VERSION 24.99.0
DESCRIPTION "Bitcoin client software"
HOMEPAGE_URL "https://bitcoincore.org/"
LANGUAGES CXX C ASM
LANGUAGES CXX ASM
)

set(CLIENT_VERSION_IS_RELEASE "false")
Expand Down

0 comments on commit 75b9b6c

Please sign in to comment.