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

Add option in CMAKE to not build documentation #557

Closed
lal12 opened this issue Mar 18, 2020 · 4 comments
Closed

Add option in CMAKE to not build documentation #557

lal12 opened this issue Mar 18, 2020 · 4 comments

Comments

@lal12
Copy link

lal12 commented Mar 18, 2020

I think it would be nice to add an option in CMake to not build the documentation. This can save a bit of time and more importantely it doesn't force you to install doxygen.

@dota17
Copy link
Member

dota17 commented Mar 18, 2020

hi, I tried cmake .. many times with doxygen or non-installed doxygen. It looks like that forcing to install doxygen does not happen. In addition, cmake .. doesn't build the documentations and it just add the make target make doc. You could

cmake ..   
make
make doc  // generate the documentation

Maybe I should modify the message and make it clearer.

message("Doxygen need to be installed to generate the doxygen documentation")

@hawicz
Copy link
Member

hawicz commented Mar 19, 2020

How about "Warning: doxygen not found, the 'doc' target will not be included"

@dota17
Copy link
Member

dota17 commented Mar 19, 2020

good,I will submit this pr.

@dota17
Copy link
Member

dota17 commented Mar 20, 2020

The message has been modified in #558,I will close this issue.

@dota17 dota17 closed this as completed Mar 20, 2020
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

3 participants