Files @ r27709:13454adf22b6
Branch filter:

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

Patric Stout
Change: [CI] rework preview flow and use Cloudflare Pages to publish (#11116)
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()