diff --git a/cmake/modules/FindDOXYGEN.cmake b/cmake/modules/FindDOXYGEN.cmake index 381048989b..52e129a0b4 100644 --- a/cmake/modules/FindDOXYGEN.cmake +++ b/cmake/modules/FindDOXYGEN.cmake @@ -11,6 +11,7 @@ find_program( DOXYGEN_EXECUTABLE /usr/bin /usr/local/bin /sbin + $ENV{ProgramFiles}/doxygen/bin ) # We set various paths in doxygen.cfg via configure_file(). These are