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 |
|
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 |
|