Files @ r24744:6381326705ae
Branch filter:

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

Patric Stout
Codechange: [SDL2] Don't use globals if we can do with locals
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()