cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
328 B
CMake
14 lines
328 B
CMake
# SPDX-FileCopyrightText: 2020 Ben Gruber <bengruber250@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
find_program(WsgidavExe_EXECUTABLE wsgidav)
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(WsgidavExe
|
|
FOUND_VAR
|
|
WsgidavExe_FOUND
|
|
REQUIRED_VARS
|
|
WsgidavExe_EXECUTABLE
|
|
)
|