fixed IPP detection on 64-bit Windows (ticket #1294)
This commit is contained in:
@@ -100,6 +100,10 @@ function(set_ipp_old_libraries)
|
||||
set(IPP_ARCH "em64t")
|
||||
endif()
|
||||
|
||||
if (CMAKE_CL_64)
|
||||
set(IPP_ARCH "em64t")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
set(IPP_SUFFIX "l")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user