diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e134f4..b5737ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,6 +114,8 @@ if(NOT GNURADIO_RUNTIME_FOUND) message(FATAL_ERROR "GnuRadio Runtime required to compile iqbalance") endif() +find_package(Doxygen) + ######################################################################## # Setup the include and linker paths ######################################################################## diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index f16fbf6..446b86a 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -17,11 +17,6 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. -######################################################################## -# Setup dependencies -######################################################################## -find_package(Doxygen) - ######################################################################## # Begin conditional configuration ########################################################################