Add: [NewGRF] Vehicle prop that allows refittability based on cargo class intersection.
[openttd-github.git] / cmake / FindPandoc.cmake
blob3a42851dd72ffc7352db07584f04de2d29b680c8
1 if(NOT EXISTS ${PANDOC_EXECUTABLE})
2     find_program(PANDOC_EXECUTABLE pandoc)
3 endif()