mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 11:12:09 +08:00
this makes it possible to explicitly share compile options, without using the `add_definition` function. This function declares options for the current directory and below (in our case also for `deps`). Adding -Wall, -Wconversion and -Wextra to at least make compiler warnings visible for the cmake build. Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>