Files @ r27583:1c76ce373c72
Branch filter:

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

Owen Rudge
Change: [Actions] Use notarytool for notarization instead of gon
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()