Merge pull request #2580 from buschulte/fix-cmake-build-for-older-versions

Fix CMake build for versions <3.19
pull/2583/head
Roger Light 3 years ago committed by GitHub
commit c4e74319ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,10 +104,8 @@ option(WITH_APPS "Build apps?" ON)
option(WITH_PLUGINS "Build plugins?" ON)
option(DOCUMENTATION "Build documentation?" ON)
add_library(config-header
INTERFACE
config.h
)
add_library(config-header INTERFACE)
target_sources(config-header INTERFACE config.h)
target_include_directories(config-header
INTERFACE
${mosquitto_SOURCE_DIR}

Loading…
Cancel
Save