From 663e034926bbcefa6c179b16d9156296f782630b Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 21 Mar 2022 22:23:33 +0000 Subject: Disabled Doxygen by default --- docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 5cab7b4a..8cbd93c9 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -10,7 +10,7 @@ # Top level target for building all documentation add_custom_target(docs) -option(ENABLE_DOXYGEN "Enable building doxygen documentation" ON) +option(ENABLE_DOXYGEN "Enable building doxygen documentation" OFF) if (ENABLE_DOXYGEN) find_package(Doxygen) if (DOXYGEN_FOUND) -- cgit 1.4.1