From 29fcd4390df02077f1465a912b4ea7909254e4bf Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Thu, 12 Mar 2020 22:38:28 +0100 Subject: [PATCH] Fix build error --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51e86b1..668f51b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ set(EVENT__DISABLE_TESTS ON) set(EVENT__DISABLE_REGRESS ON) set(EVENT__DISABLE_SAMPLES ON) set(EVENT__DISABLE_BENCHMARK ON) +set(EVENT__DOXYGEN OFF) # Options for nats.c set(NATS_BUILD_EXAMPLES OFF)