Files @ r27979:37253e20ef1d
Branch filter:

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

frosch
Fix #8846: When upgrading NewGRF presets, copy NewGRF parameters only if the NewGRF are compatible. Otherwise reset to defaults.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()