merge-script
|
0bb8a01810
|
Merge bitcoin/bitcoin#31880: cmake: Add optional sources to minisketch library directly
9919e92022 cmake: Add optional sources to `minisketch` library directly (Hennadii Stepanov)
Pull request description:
This PR is a continuation of https://github.com/bitcoin/bitcoin/pull/31268 and applies similar changes to the `minisketch` library, which addresses [this comment](https://github.com/bitcoin/bitcoin/pull/30911#discussion_r1953081930).
Additionally, a [workaround](db36a92c02/cmake/minisketch.cmake (L77-L78) ) for a CMake bug has been removed.
ACKs for top commit:
theuni:
utACK 9919e92022
Tree-SHA512: e41618ad6420d3e81960a4691d28b6c143c335e10edcae207cfc1e7743cf85aeab46ae495a5434469f45518db65cd8c18dc4d7815993e6d35aaf2abdcdb43f6b
|
2025-02-25 14:11:58 -05:00 |
|
Hennadii Stepanov
|
ea929c0848
|
scripted-diff: Rename CMake helper module
-BEGIN VERIFY SCRIPT-
git mv cmake/module/CheckSourceCompilesAndLinks.cmake cmake/module/CheckSourceCompilesWithFlags.cmake
sed -i 's|\<CheckSourceCompilesAndLinks\>|CheckSourceCompilesWithFlags|g' $(git grep -l 'CheckSourceCompilesAndLinks')
-END VERIFY SCRIPT-
|
2025-02-20 12:39:20 +00:00 |
|
Hennadii Stepanov
|
71bf8294a9
|
cmake: Convert check_cxx_source_compiles_with_flags to a function
|
2025-02-20 12:39:03 +00:00 |
|
Hennadii Stepanov
|
9919e92022
|
cmake: Add optional sources to minisketch library directly
This change eliminates the questionable use of an `OBJECT` library and
removes the corresponding workaround for a CMake bug.
|
2025-02-18 14:47:32 +00:00 |
|
Cory Fields
|
12fa9511b5
|
build: simplify dependency graph
Allow the objects of static libs to be built in parallel rather than serially
based on their dependency ordering.
For more detail, see:
https://cmake.org/cmake/help/latest/prop_tgt/OPTIMIZE_DEPENDENCIES.html
|
2025-01-31 15:07:44 +00:00 |
|
Hennadii Stepanov
|
1f0a78edf3
|
cmake: Build minisketch static library
|
2024-08-16 19:27:38 +01:00 |
|