build: refactor passing compiler flags to dependencies
e6abe1c9 passes compiler flags to dependencies via a `<project>_build` macro parameter, which is, firstly, inconvenient, and, secondly, as a result, not all dependencies got the required compiler flags passed: use global variables instead and pass these flags to skipped dependencies. Follow-up e6abe1c9 NO_CHANGELOG=refactoring NO_DOC=refactoring NO_TEST=refactoring
Showing
- CMakeLists.txt 6 additions, 4 deletionsCMakeLists.txt
- cmake/BuildAres.cmake 2 additions, 2 deletionscmake/BuildAres.cmake
- cmake/BuildCDT.cmake 1 addition, 1 deletioncmake/BuildCDT.cmake
- cmake/BuildDecNumber.cmake 1 addition, 0 deletionscmake/BuildDecNumber.cmake
- cmake/BuildLibCORO.cmake 1 addition, 1 deletioncmake/BuildLibCORO.cmake
- cmake/BuildLibCURL.cmake 2 additions, 2 deletionscmake/BuildLibCURL.cmake
- cmake/BuildLibEIO.cmake 1 addition, 1 deletioncmake/BuildLibEIO.cmake
- cmake/BuildLibEV.cmake 1 addition, 1 deletioncmake/BuildLibEV.cmake
- cmake/BuildLibUnwind.cmake 2 additions, 2 deletionscmake/BuildLibUnwind.cmake
- cmake/BuildLibXXhash.cmake 1 addition, 1 deletioncmake/BuildLibXXhash.cmake
- cmake/BuildLibYAML.cmake 1 addition, 2 deletionscmake/BuildLibYAML.cmake
- cmake/BuildMisc.cmake 1 addition, 0 deletionscmake/BuildMisc.cmake
- cmake/BuildNghttp2.cmake 2 additions, 2 deletionscmake/BuildNghttp2.cmake
- cmake/BuildZSTD.cmake 3 additions, 4 deletionscmake/BuildZSTD.cmake
Loading