Files @ r27704:082d9bc39af4
Branch filter:

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

Rubidium
Codechange: do not make a string valid in place, to then copy it
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()