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] Fix Doxygen call #102

Merged
merged 2 commits into from
Jun 12, 2023
Merged

Conversation

gruenich
Copy link
Contributor

@gruenich gruenich commented Jun 8, 2023

doxygen_add_docs must not be called when Doxygen was not found.
ALL in doxygen_add_docs requries CMake 3.12 or newer.
ALL in doxygen_add_docs comes after files or dirs

Fixes #101

gruenich added 2 commits June 8, 2023 11:25
ALL in doxygen_add_docs requries CMake 3.12 or newer.
ALL in doxygen_add_docs comes after files or dirs
Calling doxygen_add_docs without Doxygen leads to an fatal error.
@xiaoyeli xiaoyeli merged commit d812a00 into xiaoyeli:master Jun 12, 2023
@gruenich gruenich deleted the fix/cmake-doxygen-call branch November 21, 2023 20:48
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.

Superlu master (post 6.0.0) breaks PETSc
2 participants