Warning, /plasma/kinfocenter/cmake/FindSystemSettings.cmake is written in an unsupported language. File is not indexed.

0001 # This module defines the following variables:
0002 #
0003 #  SystemSettings_FOUND - true if found
0004 #  SystemSettings_PATH - path to the bin (only when found)
0005 #
0006 # SPDX-License-Identifier: BSD-2-Clause
0007 # SPDX-FileCopyrightText: 2020-2021 Harald Sitter <sitter@kde.org>
0008 
0009 include(ProgramFinder)
0010 program_finder(systemsettings
0011     PATHS ${KDE_INSTALL_FULL_BINDIR} # We symlink by absolute path, so this is the only valid location!
0012     NO_DEFAULT_PATH
0013 )