From 75b9b6c7c23ecd100b868bf397f3e6f4eddb7e32 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:34:08 +0000 Subject: [PATCH] [FIXUP] cmake: Drop C language from the global project Must be squashed with the commit 91f28a6a961f962e0408130cbc46d9aa8cc4b84b "cmake: Add root `CMakeLists.txt` file". --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35ea1d0bdbb76..9424387a90c8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")