opc source code
This commit is contained in:
11
third_party/open62541/tools/cmake/FindSphinx.cmake
vendored
Normal file
11
third_party/open62541/tools/cmake/FindSphinx.cmake
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
find_program(SPHINX_EXECUTABLE NAMES sphinx-build
|
||||
HINTS
|
||||
$ENV{SPHINX_DIR}
|
||||
PATH_SUFFIXES bin
|
||||
DOC "Sphinx documentation generator")
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
find_package_handle_standard_args(Sphinx DEFAULT_MSG SPHINX_EXECUTABLE)
|
||||
|
||||
mark_as_advanced(SPHINX_EXECUTABLE)
|
||||
Reference in New Issue
Block a user