From 2a36c0421ee0644016b5332676e32b21a835bab5 Mon Sep 17 00:00:00 2001 From: Peter Liedholm Date: Tue, 29 Oct 2019 11:18:23 +0100 Subject: [PATCH] telldus-core: Doxygen in-file was not found. Signed-off-by: Peter Liedholm --- .../patches/900-openwrt_fixes_cmake.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/utils/telldus-core/patches/900-openwrt_fixes_cmake.patch b/utils/telldus-core/patches/900-openwrt_fixes_cmake.patch index b20bbe3399..65c552245a 100644 --- a/utils/telldus-core/patches/900-openwrt_fixes_cmake.patch +++ b/utils/telldus-core/patches/900-openwrt_fixes_cmake.patch @@ -43,3 +43,14 @@ Adopted to OpenWrt target. Most likely these changes go elsewhere when done righ ENDIF (APPLE) +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -62,7 +62,7 @@ IF(DOXYGEN_FOUND) + SET(DOXY_CONFIG ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) + + CONFIGURE_FILE( +- "${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in" ++ "${CMAKE_CURRENT_SOURCE_DIR}/CMakeDoxyfile.in" + ${DOXY_CONFIG} @ONLY + ) +