]> cloud.milkyroute.net Git - dolphin.git/commit
Fix musl build by using fts_* from external library
authorBart Ribbers <bribbers@disroot.org>
Wed, 9 Aug 2023 12:07:46 +0000 (14:07 +0200)
committerMéven Car <meven.car@kdemail.net>
Fri, 11 Aug 2023 08:45:13 +0000 (08:45 +0000)
commit32a5f1c041d00cdd0246cf7e764a447588f30f3a
tree8bf3dd90c4bf15bfe1540d715b8984bf66ed426b
parent521f4937d55ff611ebe46fcbbe162eb2d9d175ad
Fix musl build by using fts_* from external library

musl does not support fts. There is however a standalone package that
can be used, but it must be linked against. This commit adds a check
that makes sure to link to the external library if it is required.
CMakeLists.txt
src/CMakeLists.txt