1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fixed Intel C++ 17 build in VS2015

This commit is contained in:
Maksim Shabunin
2016-12-01 16:41:21 +03:00
parent 46a333ed94
commit 19959cbfc9
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if(UNIX)
endif()
endif()
if(MSVC AND CMAKE_C_COMPILER MATCHES "icc")
if(MSVC AND CMAKE_C_COMPILER MATCHES "icc|icl")
set(CV_ICC __INTEL_COMPILER_FOR_WINDOWS)
endif()