Module: kamailio Branch: master Commit: 4fb80f40a68417a66095e0a567acd70281d463cb URL: https://github.com/kamailio/kamailio/commit/4fb80f40a68417a66095e0a567acd70281d463cb
Author: Xenofon Karamanos <[email protected]> Committer: Xenofon Karamanos <[email protected]> Date: 2026-01-30T12:10:30+02:00 cmake: Disable documentation generation by default --- Modified: src/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/4fb80f40a68417a66095e0a567acd70281d463cb.diff Patch: https://github.com/kamailio/kamailio/commit/4fb80f40a68417a66095e0a567acd70281d463cb.patch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d0fa2fd27f5..f169893f500 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -76,7 +76,7 @@ else() ) endif() -option(BUILD_DOC "Build documentation" ON) +option(BUILD_DOC "Build documentation in the default target" OFF) # Readme file and man page find_program(XSLTPROC_EXECUTABLE xsltproc QUIET) find_program(LYNX_EXECUTABLE lynx QUIET) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
