Remove the exe extension from doxygen program name

Doxygen is available on non-Windows platform so name w/o the exe
extension allows building docs on other platforms.
This commit is contained in:
Adam Sapek 2015-07-07 11:08:22 -07:00
Родитель 0a9179763f
Коммит fdebb65604
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ if (Haskell_PANDOC_EXECUTABLE)
CODE python) CODE python)
endif() endif()
find_program (Doxygen_EXECUTABLE doxygen.exe) find_program (Doxygen_EXECUTABLE doxygen)
if (Doxygen_EXECUTABLE) if (Doxygen_EXECUTABLE)
set (doxygen_sources set (doxygen_sources