Files @ r28711:312f4accc72f
Branch filter:

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

Peter Nelson
Change: Limit cargo types in station cargo filter, with "More..." option to show all.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()