Files @ r26032:c542cabb8e9c
Branch filter:

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

Loïc Guilloux
Fix #9630: intro game could zoom in/out more than allowed by settings (#9633)

Also fixes #9622
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()