Files @ r25348:f05752ac4669
Branch filter:

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

Matt Kimber
Fix 3d7ab09: stopped trains not updating viewport hash when reversed for a second time (#9165)
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()