Warning, /plasma/plasma-workspace/cmake/FindKIOFuse.cmake is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 David Edmundson <kde@davidedmundson.co.uk>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 find_program(KIOFuse_PATH kio-fuse PATHS ${KDE_INSTALL_FULL_LIBEXECDIR})
0005 
0006 if (KIOFuse_PATH)
0007     set(KIOFuse_FOUND TRUE)
0008 endif()