Files @ r28419:6bf3242eed6a
Branch filter:

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

Kuhnovic
Feature: Region-based pathfinder for ships (#10543)
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()