Files @ r25616:f6fb8fecc5a4
Branch filter:

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

rubidium42
Codechange: [ContentInfo] Use StringList for tags instead of custom allocations
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()