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
OpenMesh
OpenMesh
Commits
3d799d72
Commit
3d799d72
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Guard Doxygen finder
parent
24ba832b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ACGDoxygen.cmake
View file @
3d799d72
...
...
@@ -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