Warning, /sdk/selenium-webdriver-at-spi/cmake/Findat-spi2-registryd.cmake is written in an unsupported language. File is not indexed.

0001 # This module defines the following variables:
0002 #
0003 #  at-spi2-registryd_FOUND - true if found
0004 #  at-spi2-registryd_PATH - path to the bin (only when found)
0005 #
0006 # SPDX-License-Identifier: BSD-2-Clause
0007 # SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0008 
0009 include(ProgramFinder)
0010 program_finder(at-spi2-registryd
0011     PATHS
0012         /usr/lib/at-spi2-core/ # debians
0013         /usr/libexec/ # newer debians
0014         /usr/lib/at-spi2/ # suses
0015     DOC "AT-SPI accessibility registry daemon"
0016 )