mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
4 lines
87 B
CMake
4 lines
87 B
CMake
if(NOT EXISTS ${PANDOC_EXECUTABLE})
|
|
find_program(PANDOC_EXECUTABLE pandoc)
|
|
endif()
|