0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 09:38:34 +00:00
netdata_netdata/packaging/cmake/Modules
Austin S. Hemmelgarn bfdd2284a6
Correctly handle required compilation flags for dependencies. ()
`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.
2024-05-16 06:47:29 -04:00
..
FindGo.cmake Integrate Go plugin with build system. () 2024-02-26 09:10:14 -05:00
NetdataCompilerFlags.cmake Clean up handling of compiler flags in CMake. () 2024-05-01 07:04:04 -04:00
NetdataDetectSystemd.cmake Assorted macOS build fixes. () 2024-03-26 07:43:03 -04:00
NetdataEBPFCORE.cmake Update libbpf () 2024-05-14 12:08:17 +00:00
NetdataEBPFLegacy.cmake Update libbpf () 2024-05-14 12:08:17 +00:00
NetdataFetchContentExtra.cmake Prefer Protobuf’s own CMake config over CMake's FindProtobuf. () 2024-03-20 07:13:44 -04:00
NetdataGoTools.cmake remove go.d symbol/debug info with RelWithDebInfo () 2024-05-01 14:14:39 +03:00
NetdataJSONC.cmake Correctly handle required compilation flags for dependencies. () 2024-05-16 06:47:29 -04:00
NetdataLibBPF.cmake Correctly handle required compilation flags for dependencies. () 2024-05-16 06:47:29 -04:00
NetdataProtobuf.cmake Correctly handle required compilation flags for dependencies. () 2024-05-16 06:47:29 -04:00
NetdataSentry.cmake Add Sentry support to new CPack packages. () 2024-05-10 10:32:10 -04:00
NetdataUtil.cmake Fix handling of vendored eBPF code in CMake. () 2024-05-06 07:05:34 -04:00
NetdataYAML.cmake Correctly handle required compilation flags for dependencies. () 2024-05-16 06:47:29 -04:00
Packaging.cmake Add Sentry support to new CPack packages. () 2024-05-10 10:32:10 -04:00