Files @ r24904:a4933cf752fa
Branch filter:

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

Michael Lutz
Fix: Don't trash video buffer alpha in SSE3/4 blitters.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()