mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
fixed IPP detection on 64-bit Windows (ticket #1294)
This commit is contained in:
parent
a0a46b0d70
commit
c3caaf3b88
@ -99,6 +99,10 @@ function(set_ipp_old_libraries)
|
||||
if (CMAKE_CXX_SIZEOF_DATA_PTR EQUAL 8)
|
||||
set(IPP_ARCH "em64t")
|
||||
endif()
|
||||
|
||||
if (CMAKE_CL_64)
|
||||
set(IPP_ARCH "em64t")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
set(IPP_SUFFIX "l")
|
||||
|
Loading…
Reference in New Issue
Block a user