summaryrefslogtreecommitdiff
path: root/Modules/FindDoxygen.cmake
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2017-06-07 18:48:39 +0300
committerBrad King <brad.king@kitware.com>2017-06-07 12:51:06 -0400
commit893ee1b17c310f64c47cf1ebb9b9e5a839ea1940 (patch)
treefdf6793660ecd44d8ee19822beb73160595f3c48 /Modules/FindDoxygen.cmake
parentd025faf436c86ee9cc033fbb324a9bc2c18757fa (diff)
downloadcmake-893ee1b17c310f64c47cf1ebb9b9e5a839ea1940.tar.gz
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.
Diffstat (limited to 'Modules/FindDoxygen.cmake')
-rw-r--r--Modules/FindDoxygen.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindDoxygen.cmake b/Modules/FindDoxygen.cmake
index 76456a0c9b..aff26fd472 100644
--- a/Modules/FindDoxygen.cmake
+++ b/Modules/FindDoxygen.cmake
@@ -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")