Regarding the BUILD_DOC
option and doc generation (not including the README in source tree).
I introduced this when first prototyping CMake support and it's initial usage was to provide the doc targets if set to YES. Seems wrong.
After some discussion with @henningw, I implemented 1870508, so that docs targets are always there.
Now, I see no extra usage of BUILD_DOC
since the docs are never generated in the default target. They need explicit calls.
If we want, we can build the documentation as well in the default target if it is set to ON, or not if OFF. Otherwise, there is no need for the option, and I am considering removing it.
What are your thoughts?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.