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
OpenVolumeMesh
OpenVolumeMesh
Commits
7a90b4d9
Commit
7a90b4d9
authored
Sep 02, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc cmake: fail gracefully if we cannot find doxygen; simplify
parent
a66dba8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
documentation/CMakeLists.txt
documentation/CMakeLists.txt
+2
-3
No files found.
documentation/CMakeLists.txt
View file @
7a90b4d9
find_package
(
Doxygen REQUIRED dot
)
set
(
TARGET_NAME
"
${
OVM_TARGET_PREFIX
}
doc"
)
find_package
(
Doxygen
)
if
(
DOXYGEN_FOUND
)
set
(
DOXYGEN_PROJECT_LOGO
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/html/logo_vci.png"
)
...
...
@@ -27,7 +26,7 @@ if (DOXYGEN_FOUND)
set
(
DOXYGEN_OUTPUT_DIRECTORY
"
${
CMAKE_BINARY_DIR
}
/Build/share/doc/OpenVolumeMesh"
)
endif
()
doxygen_add_docs
(
${
TARGET_
NAME
}
doxygen_add_docs
(
"
${
OVM_
TARGET_
PREFIX
}
doc"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../src"
)
...
...
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