Files @ r26127:abb88237711d
Branch filter:

Location: cpp/openttd-patchpack/source/cmake/FindPandoc.cmake

Michael Lutz
Codechange: Don't use a global for the terrforming error tile.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()