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 de99fa6d22
commit a1bca1f9ba
2 changed files with 2 additions and 5 deletions

View File

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

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