New checks in Cmake
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ce77ab..929fa99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,6 +85,7 @@
 ########################################################################
 find_package(GnuradioRuntime)
 find_package(CppUnit)
+find_package(Doxygen)
 
 # To run a more advanced search for GNU Radio and it's components and
 # versions, use the following. Add any components required to the list
@@ -102,6 +103,15 @@
 endif()
 
 ########################################################################
+# Setup doxygen option
+########################################################################
+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)
+
+########################################################################
 # Setup the include and linker paths
 ########################################################################
 include_directories(