vcpkg/ports/dv-processing/cmake-project-include.cmake
Kai Pastor 54bf862901
[libcaer,dv-processing] Port fixes, cleanup (#30098)
* [libcaer] Fix libusb dependency, cleanup

* [dv-processing] Fix config race, cleanup

* Add tools feature [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* Finish changes

* Fix comment

* CR requests
2023-03-15 17:17:26 -07: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()