Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
d7ccc04d
Commit
d7ccc04d
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Guard Doxygen finder to reduce configure times
parent
82cef4dc
Pipeline
#8238
passed with stage
in 12 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGDoxygen.cmake
View file @
d7ccc04d
...
...
@@ -18,8 +18,9 @@
# author Jan Woetzel 2004-2006
# www.mip.informatik.uni-kiel.de/~jw
FIND_PACKAGE
(
Doxygen
)
if
(
NOT DOXYGEN_FOUND
)
FIND_PACKAGE
(
Doxygen
)
endif
()
IF
(
DOXYGEN_FOUND
)
...
...
@@ -119,4 +120,4 @@ IF (DOXYGEN_FOUND)
ENDIF
(
HTML_HELP_COMPILER
)
# MESSAGE(SEND_ERROR "HTML_HELP_COMPILER=${HTML_HELP_COMPILER}")
ENDIF
(
WIN32
)
ENDIF
(
DOXYGEN_FOUND
)
\ No newline at end of file
ENDIF
(
DOXYGEN_FOUND
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment