Files @ r26035:976c6433ce5d
Branch filter:

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

Loïc Guilloux
Fix #9643, 95386dc: Incorrect determination of screenshot format (#9644)
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()