Warning, /plasma/plasma-disks/cmake/Findsmartctl.cmake is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: BSD-3-Clause 0002 # SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org> 0003 0004 find_program(smartctl_EXE smartctl) 0005 0006 include(FindPackageHandleStandardArgs) 0007 find_package_handle_standard_args(smartctl 0008 FOUND_VAR 0009 smartctl_FOUND 0010 REQUIRED_VARS 0011 smartctl_EXE 0012 )