From 1e397a06c92689b03c7e36e6cc5362f79855a65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 14 Jan 2019 13:02:26 +0100 Subject: [PATCH] Find doxygen in toplevel cmake file --- cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index a535b75e..ed553102 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -63,6 +63,8 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTORCC ON) +#This finder takes very long, so call it once here to avoid calling it multiple times in the subprojects +FIND_PACKAGE(Doxygen) # Include some of our OpenFlipper cmake macros -- GitLab