Files @ r27589:b9a0c90a7ad8
Branch filter:

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

Jonathan G Rennison
Fix: Crash when failing to load a game into a dedicated server at startup (#11021)

Using the -g switch
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()