Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
3362cb08
Commit
3362cb08
authored
Jun 10, 2021
by
gsell
Browse files
no need for a Doxygen target in optimizer CMakeLists.txt
- target has been moved to top-level CMakeLists.txt
parent
44ad1598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
optimizer/CMakeLists.txt
optimizer/CMakeLists.txt
+0
-16
No files found.
optimizer/CMakeLists.txt
View file @
3362cb08
...
...
@@ -55,19 +55,3 @@ if (BUILD_OPAL_UNIT_TESTS)
enable_testing
()
add_subdirectory
(
Tests
)
endif
()
#-----------------------------------------------------------------------------
# Doxygen
if
(
ENABLE_DOXYDOC
)
find_package
(
Doxygen
)
if
(
DOXYGEN_FOUND
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Doxyfile
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile @ONLY
)
add_custom_target
(
optpilot-doc
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
WORKING_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
COMMENT
"Generating API documentation with Doxygen"
VERBATIM
)
endif
()
endif
()
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