mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00

* WIP * WIP * WIP * cleaned up multi * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * split up python module * WIP * WIP * WIP * WIP * WIP * ok * fixed bugs from rebase * WIP * fixed broken test * WIP * fixed python * WIP * sphinx help * including new commands * docs * WIP * WIP * more tests * added missing public header * WIP
11 lines
437 B
CMake
11 lines
437 B
CMake
#Look for an executable called sphinx-build
|
|
find_program(SPHINX_EXECUTABLE
|
|
NAMES sphinx-build
|
|
DOC "Path to sphinx-build executable")
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
|
|
#Handle standard arguments to find_package like REQUIRED and QUIET
|
|
find_package_handle_standard_args(Sphinx
|
|
"Failed to find sphinx-build executable"
|
|
SPHINX_EXECUTABLE) |