Skip to content

Use target_link_libraries instead of target_link_options for FUSE3_LDFLAGS

Fabian Vogt requested to merge fvogt/kio-fuse:cmakefix into master

target_link_options got added in CMake 3.13, which is not always available.

Still builds here, but might need a confirmation on FreeBSD.

Merge request reports