This PR fixes a regression introduced in #33101 (mea culpa).
From the CMake docs:
The following restrictions apply to where
enable_language()
may be called:
- It must be called in file scope, not in a function call.
Fixes #33153.
secp256k1.cmake
#33379
The `enable_language` command must be called in file scope, not in a
function call.
See: https://cmake.org/cmake/help/latest/command/enable_language.html
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33379.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | TheCharlatan, furszy |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.