zeek/auxil/vcpkg/ports/dv-processing/cmake-project-include.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
201 B
CMake

if(MSVC)
# This port's tools use C++20, but Qt6 (via OpenCV4) uses C++17.
# Assuming that no coroutines are passed between the two.
add_definitions(-D_ALLOW_COROUTINE_ABI_MISMATCH)
endif()