Commit c3caaf3b authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed IPP detection on 64-bit Windows (ticket #1294)

parent a0a46b0d
......@@ -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")
......
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