Commit graph

3 commits

Author SHA1 Message Date
Hennadii Stepanov
eb2a943504
cmake: Check user-defined APPEND_* variables early
This change improves usability in cases where the user provides
`APPEND_*` variables that are incompatible with the compiler for some
reason.
2025-04-28 17:44:43 +01:00
Hennadii Stepanov
8287a7670b
cmake: Move APPEND_* variables logic to bitcoincore_enable_language
This change is required for the following commit.
2025-04-28 16:13:44 +01:00
Hennadii Stepanov
6d55894a02
cmake: Wrap enable_language() command in macro
This change introduces the `bitcoincore_enable_language()` macro to wrap
CMake’s `enable_language()` command, applying Bitcoin Core-specific
settings and checks.
2025-04-28 16:00:13 +01:00