OpenCV 2.4 beta cannot build with IPP (Bug #1773)
Description
File OpenCVDetectCUDA.cmake have wrong space chars in "set(IPP_LIBRARIES" code.
Replace "SUFFIX }" to "SUFFIX}"
Associated revisions
Fix for #1773
Merge pull request #1773 from ilya-lavrenov:ocl_buildWarpPerspectiveMaps
History
Updated by Marina Kolpakova almost 13 years ago
Thanks for reporting! Fixed in r7883. But wrong set statement was in OpenCVFindIPP.cmake not in OpenCVDetectCUDA.cmake.
- Status changed from Open to Done
- Assignee changed from Alexander Shishkov to Marina Kolpakova