Hack: disabling building doxygen docs as it causes problems on windows

This commit is contained in:
Piotr Krysik 2018-02-27 11:17:38 +01:00
parent d0a136b1a7
commit 79e712c685
1 changed files with 4 additions and 4 deletions

View File

@ -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