Files @ r25120:2de578840f52
Branch filter:

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

Didac Perez Parera
Feature: Button to reset game settings to their default values (#8958)
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()