Files @ r26703:9220ecb287e5
Branch filter:

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

glx22
Fix 57717a2: [CMake] Don't apply 'cl' workaround to 'clang-cl'
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()