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 fails to find doxygen #13

Open
jakelangham opened this issue Dec 22, 2018 · 0 comments
Open

CMake fails to find doxygen #13

jakelangham opened this issue Dec 22, 2018 · 0 comments

Comments

@jakelangham
Copy link

Describe the bug

On the latest commit CMake configuration fails on my local machine with the following error

CMake Error at CMakeLists.txt:233 (doxygen_add_docs):
  Unknown CMake command "doxygen_add_docs".

I am using CMake 3.7.2. Looking at the documentation, it seems that doxygen_add_docs was added in version 3.9. Adding FindDoxygen.cmake from the CMake git repo to cmake/Modules fixes this for me.

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

No branches or pull requests

1 participant