1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Cancelation support fo Async GAPI

-
This commit is contained in:
Anton Potapov
2019-05-31 17:22:12 +03:00
parent 66d7956e67
commit 8d75bfae47
7 changed files with 293 additions and 26 deletions
+1
View File
@@ -37,6 +37,7 @@ set_property(TARGET ${FLUID_TARGET} PROPERTY CXX_STANDARD 11)
if(MSVC)
target_compile_options(${FLUID_TARGET} PUBLIC "/wd4251")
target_compile_options(${FLUID_TARGET} PUBLIC "/wd4275")
target_compile_definitions(${FLUID_TARGET} PRIVATE _CRT_SECURE_NO_DEPRECATE)
endif()