build: doxygen package needs to be detetected before the doxygen is used

Based on a patch for gr-osmosdr by Jaroslav Škarvada <jskarvad@redhat.com>
Thanks to wk@ire.pw.edu.pl for reporting the issue in gr-iqbal.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2013-09-19 21:17:30 +02:00
parent c87749e7ee
commit bd3abaa3b5
2 changed files with 2 additions and 5 deletions

View File

@ -118,6 +118,8 @@ if(NOT GNURADIO_CORE_FOUND)
message(FATAL_ERROR "GnuRadio Core required to compile iqbalance")
endif()
find_package(Doxygen)
########################################################################
# Setup the include and linker paths
########################################################################

View File

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