Files @ r27227:fb6db1b1e1a6
Branch filter:

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

Patric Stout
Fix: [CI] no need to build unit-tests for releases (#10759)

We don't run them anyway. And LTO can be darn slow.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()