From 4e647ab0c65453f03c97f7bdfabebb31070a59bc Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Thu, 2 Dec 2021 14:21:33 +0800 Subject: [PATCH] disable doc build --- cmake/cmake.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmake.options b/cmake/cmake.options index 4c082fe79a..105ff17c58 100644 --- a/cmake/cmake.options +++ b/cmake/cmake.options @@ -52,5 +52,5 @@ option( option( BUILD_DOCS "If use doxygen build documents" - ON + OFF )