-
Notifications
You must be signed in to change notification settings - Fork 262
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
BUILD_DOCS, ENABLE_DOXYGEN #59
Comments
Build docs is set equal to the value of enable_doxygen, assuming doxygen is found. There's no good reason to have it this way (although it doesn't really hurt anything); when building the initial CMakeList.txt files, I patterned them after the autotools-based configuration files, which uses the same convention. I'm looking to make sure that there are no unexpected side effects from removing BUILD_DOCS; assuming there aren't, I'll close this issue out after removing it. |
Removed BUILD_DOCS in commit 48a3aa5, which will be pushed out shortly. |
Should this be removed from the automake as well? Ward Fisher wrote:
|
It appears to be an internal variable used in automake, and is not exposed On Wed, May 21, 2014 at 2:18 PM, DennisHeimbigner
|
There are two options (maybe more) that handle the generation of documentation, namely
BUILD_DOCS
andENABLE_DOXYGEN
.Which parts of the documentation are build if those are set to
ON
andOFF
, respectively? The optionBUILD_DOCS
should then probably be renamed to something more descriptive, or the optionENABLE_DOXYGEN
should be removed and at the same time doxygen be made a requirement ifBUILD_DOCS
is true.The text was updated successfully, but these errors were encountered: