Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Alter way of handling enable_doc #94

Merged
merged 1 commit into from
May 21, 2023

Conversation

gruenich
Copy link
Contributor

From now on, "make doc" (or ninja doc or whatever) does always build the Doxygen documentation, given Doxygen is found. When passing "enable_doc=1" to cmake, "make doc" is added to the default target, i.e., when running "make" (or "make all" or "ninja") Doxygen documentation is automatically created.

From now on, "make doc" (or ninja doc or whatever) does always build
the Doxygen documentation, given Doxygen is found.
When passing "enable_doc=1" to cmake, "make doc" is added to the
default target, i.e., when running "make" (or "make all" or
"ninja") Doxygen documentation is automatically created.
@xiaoyeli xiaoyeli merged commit 00a9acf into xiaoyeli:master May 21, 2023
@gruenich gruenich deleted the feature/alter-enable_doc branch June 5, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants