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:
Родитель
0a9179763f
Коммит
fdebb65604
|
@ -95,7 +95,7 @@ if (Haskell_PANDOC_EXECUTABLE)
|
|||
CODE python)
|
||||
endif()
|
||||
|
||||
find_program (Doxygen_EXECUTABLE doxygen.exe)
|
||||
find_program (Doxygen_EXECUTABLE doxygen)
|
||||
|
||||
if (Doxygen_EXECUTABLE)
|
||||
set (doxygen_sources
|
||||
|
|
Загрузка…
Ссылка в новой задаче