Merge pull request #10388 from PeterFromSweden/master

telldus-core: Doxygen in-file was not found.
This commit is contained in:
Rosen Penev 2019-10-29 07:26:45 -07:00 committed by GitHub
commit 16d96759e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

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