Skip to content
Snippets Groups Projects
Commit 43d35ef9 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[scr] simplified bash and python check

parent a3d82f03
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,7 @@ if(DOXYGEN_FOUND)
configure_file(Documentation/Doxyfile.in ${PROJECT_BINARY_DIR}/Doxyfile)
if (NOT BASH_TOOL_PATH STREQUAL "BASH_TOOL_PATH-NOTFOUND"
AND NOT PYTHON_EXECUTABLE STREQUAL "PYTHON_EXECUTABLE-NOTFOUND")
if (BASH_TOOL_PATH AND PYTHON_EXECUTABLE)
set(doc_use_external_tools TRUE)
else()
set(doc_use_external_tools FALSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment