File gr-bluetooth-find-doxygen-2.patch of Package gr-bluetooth
diff -up gr-bluetooth/CMakeLists.txt.aaaa gr-bluetooth/CMakeLists.txt --- gr-bluetooth/CMakeLists.txt.aaaa 2021-11-05 21:51:44.564870407 +0100 +++ gr-bluetooth/CMakeLists.txt 2021-11-05 21:56:25.006781132 +0100 @@ -43,6 +43,11 @@ if(CMAKE_COMPILER_IS_GNUCXX AND NOT WIN3 endif() ######################################################################## +# Find Doxygen +######################################################################## +find_package(Doxygen) + +######################################################################## # Install directories ######################################################################## include(GrPlatform) #define LIB_SUFFIX diff -up gr-bluetooth/docs/CMakeLists.txt.aaaa gr-bluetooth/docs/CMakeLists.txt --- gr-bluetooth/docs/CMakeLists.txt.aaaa 2021-11-03 09:08:59.394476305 +0100 +++ gr-bluetooth/docs/CMakeLists.txt 2021-11-05 21:51:44.564870407 +0100 @@ -20,7 +20,6 @@ ######################################################################## # Setup dependencies ######################################################################## -find_package(Doxygen) ######################################################################## # Begin conditional configuration




