Files @ r27813:6b3a5970aa1b
Branch filter:

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

Patric Stout
Add: use breakpad to create crash.dmp on MacOS / Linux too (#11202)

Normally only the Windows platform could create a crash.dmp, making
analysing crash-reports from MacOS / Linux rather tricky.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()