mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00
![]() `target_compile_definitions` can only be used for actual command line _macro definitions_. But the `*_CFLAGS_OTHER` may contain flags that are _not_ macro definitions, and when that happens, any use of `target_compile_definitions` with the relevant `*_CFLAGS_OTHER` variable will break the build. Instead, we should be using `target_compile_options` for these variables. |
||
---|---|---|
.. | ||
FindGo.cmake | ||
NetdataCompilerFlags.cmake | ||
NetdataDetectSystemd.cmake | ||
NetdataEBPFCORE.cmake | ||
NetdataEBPFLegacy.cmake | ||
NetdataFetchContentExtra.cmake | ||
NetdataGoTools.cmake | ||
NetdataJSONC.cmake | ||
NetdataLibBPF.cmake | ||
NetdataProtobuf.cmake | ||
NetdataSentry.cmake | ||
NetdataUtil.cmake | ||
NetdataYAML.cmake | ||
Packaging.cmake |