@henningw @miconda
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
18705086c2dbeef21afc059c887ab2c6178deba9, 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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4084#issuecomment-2565679297
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4084/2565679297(a)github.com>