Warning, /plasma/kscreenlocker/cmake/Findloginctl.cmake is written in an unsupported language. File is not indexed.

0001 #=============================================================================
0002 # SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
0003 #
0004 # SPDX-License-Identifier: BSD-3-Clause
0005 #=============================================================================
0006 find_program(loginctl_EXECUTABLE NAMES loginctl)
0007 find_package_handle_standard_args(loginctl
0008     FOUND_VAR
0009         loginctl_FOUND
0010     REQUIRED_VARS
0011         loginctl_EXECUTABLE
0012 )
0013 mark_as_advanced(loginctl_FOUND loginctl_EXECUTABLE)