From 79e712c685d95479c2aec37ee75b747b3ad56e36 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 27 Feb 2018 11:17:38 +0100 Subject: Hack: disabling building doxygen docs as it causes problems on windows --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dfffed7..811cd93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,11 +162,11 @@ endif() ######################################################################## # Setup doxygen option ######################################################################## -if(DOXYGEN_FOUND) - option(ENABLE_DOXYGEN "Build docs using Doxygen" ON) -else(DOXYGEN_FOUND) +#if(DOXYGEN_FOUND) +# option(ENABLE_DOXYGEN "Build docs using Doxygen" ON) +#else(DOXYGEN_FOUND) option(ENABLE_DOXYGEN "Build docs using Doxygen" OFF) -endif(DOXYGEN_FOUND) +#endif(DOXYGEN_FOUND) ######################################################################## # Setup the include and linker paths -- cgit v1.2.3