mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
FindDoxygen: Restore DOXYGEN_DOT_FOUND variable
The changes in commit v3.9.0-rc1~55^2 (Improve Doxygen support, 2017-04-10) accidentally dropped this variable from its compatibility mode.
This commit is contained in:
committed by
Brad King
parent
d025faf436
commit
893ee1b17c
@@ -586,7 +586,7 @@ else()
|
||||
set(DOXYGEN_FOUND "NO")
|
||||
endif()
|
||||
if(_Doxygen_keep_backward_compat)
|
||||
if(DOXYGEN_DOT_FOUND)
|
||||
if(Doxygen_dot_FOUND)
|
||||
set(DOXYGEN_DOT_FOUND "YES")
|
||||
else()
|
||||
set(DOXYGEN_DOT_FOUND "NO")
|
||||
|
||||
Reference in New Issue
Block a user