Commit ddc7bd76 authored by Sergiu Dotenco's avatar Sergiu Dotenco

fixed compilation errors caused by std::tuple

parent 4993748c
...@@ -336,6 +336,7 @@ include(cmake/OpenCVCompilerOptions.cmake REQUIRED) ...@@ -336,6 +336,7 @@ include(cmake/OpenCVCompilerOptions.cmake REQUIRED)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
if(MSVC) if(MSVC)
include(cmake/OpenCVCRTLinkage.cmake REQUIRED) include(cmake/OpenCVCRTLinkage.cmake REQUIRED)
add_definitions(-D_VARIADIC_MAX=10)
endif(MSVC) endif(MSVC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment