Codechange: Return pair from instead of optional out parameter. (#13166)
[openttd-github.git] / cmake / FindPandoc.cmake
blob3a42851dd72ffc7352db07584f04de2d29b680c8
1 if(NOT EXISTS ${PANDOC_EXECUTABLE})
2     find_program(PANDOC_EXECUTABLE pandoc)
3 endif()