mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
4 lines
87 B
CMake
4 lines
87 B
CMake
if(NOT EXISTS ${PANDOC_EXECUTABLE})
|
|
find_program(PANDOC_EXECUTABLE pandoc)
|
|
endif()
|