Files @ r24852:00c1bd78d033
Branch filter:

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

Patric Stout
Codechange: be consistent in what CheckPaletteAnim() does and when it is called

Additionally, make sure this is a class method. Later commits
will make use of this.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()