Files @ r26099:9c675ef812ea
Branch filter:

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

Michael Lutz
Change: [Network] Transfer command data as serialized byte stream without fixed structure.

The data will be transmitted as the length followed by the serialized data. This allows the command
data to be different for every command type in the future.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()