Files @ r26179:ad5479cbfaa1
Branch filter:

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

dP
Change: Deliver cargo to the closest industry first (#9536)
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()