Hi Kohei, On Mon, Oct 02, 2023 at 07:06:01PM -0400, Kohei Yoshida <ko...@libreoffice.org> wrote: > That's good to know. Let me think about this for a bit. The truth is that > I'm not 100% sure whether I can commit to working on adding CMake executable > as an additional build requirement myself. I can imagine even adding an > additional executable to our current buildsystem can be very complex and > tedious.
Perhaps I miss something, but doxygen is already a built-time dependency, building with cmake. So lode.git has code to install cmake, see install_private_cmake() in bin/utils.sh in lode.git. So it may be easier than you think. Regards, Miklos