Hack: disabling building doxygen docs as it causes problems on windows
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0522cf..7e56092 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,11 +162,11 @@
 ########################################################################
 # 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