mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 23:01:31 +02:00
Merge bitcoin/bitcoin#32954: cmake: Drop no longer necessary "cmakeMinimumRequired" object
12a6959892
cmake: Drop no longer necessary "cmakeMinimumRequired" object (Hennadii Stepanov) Pull request description: The minimum required CMake version is 3.22:6a13a6106e/CMakeLists.txt (L10)
ACKs for top commit: fanquake: ACK12a6959892
- has been unneeded since it was introduced (minimum was already 3.22). Tree-SHA512: 26f97662bfe52986e19e38dbf4ab8e1e7558bc78c3a65593cbecd1f35887bba7a9f7d8a3d08ccfab8396f41c2334cdad5b0e503999a759cfa158d3bb8d0d14d7
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"cmakeMinimumRequired": {"major": 3, "minor": 21, "patch": 0},
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "vs2022",
|
||||
|
Reference in New Issue
Block a user