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) ...@@ -38,8 +38,7 @@ if(DOXYGEN_FOUND)
configure_file(Documentation/Doxyfile.in ${PROJECT_BINARY_DIR}/Doxyfile) configure_file(Documentation/Doxyfile.in ${PROJECT_BINARY_DIR}/Doxyfile)
if (NOT BASH_TOOL_PATH STREQUAL "BASH_TOOL_PATH-NOTFOUND" if (BASH_TOOL_PATH AND PYTHON_EXECUTABLE)
AND NOT PYTHON_EXECUTABLE STREQUAL "PYTHON_EXECUTABLE-NOTFOUND")
set(doc_use_external_tools TRUE) set(doc_use_external_tools TRUE)
else() else()
set(doc_use_external_tools FALSE) 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