diff --git a/CMakeLists.txt b/CMakeLists.txt index 5819316ba7..193ae27942 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ option(WITH_ZSTD "Build with zstd support" ON) option(WITH_LIBDW "Build with libdw support" ON) option(WITH_LIBELF "Build with libelf support" ON) option(WITH_LIBLZMA "Build with liblzma support" ON) -option(WITH_DOXYGEN "Build with doxygen support" ON) +option(WITH_DOXYGEN "Build API docs with doxygen" OFF) set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/lib/rpm" CACHE PATH "rpm home") set(RPM_MACROSDIR "${RPM_CONFIGDIR}/macros.d")