Files @ r27165:ea28ecab6159
Branch filter:

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

Peter Nelson
Fix: Clear church/stadium flags when copying house substitute specs.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()