Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
4e7aeecf
Commit
4e7aeecf
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Guard Doxygen finder to reduce configure times
parent
d08fe591
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
cmake/ACGDoxygen.cmake
cmake/ACGDoxygen.cmake
+4
-2
No files found.
cmake/ACGDoxygen.cmake
View file @
4e7aeecf
...
@@ -18,8 +18,10 @@
...
@@ -18,8 +18,10 @@
# author Jan Woetzel 2004-2006
# author Jan Woetzel 2004-2006
# www.mip.informatik.uni-kiel.de/~jw
# www.mip.informatik.uni-kiel.de/~jw
# Guard the finder here, to avoid calling it multiple times
FIND_PACKAGE
(
Doxygen
)
IF
(
NOT DOXYGEN_FOUND
)
FIND_PACKAGE
(
Doxygen
)
endif
()
IF
(
DOXYGEN_FOUND
)
IF
(
DOXYGEN_FOUND
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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