Skip to content

Commit

Permalink
fix amdFft and amdBlas path
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwangyaoyao committed Mar 26, 2013
1 parent 55c9a7c commit 7e495a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVDetectOpenCL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(OPENCL_FOUND)
set(OPENCL_LIBRARIES ${OPENCL_LIBRARY})

if (X86_64)
set(CLAMD_POSSIBLE_LIB_SUFFIXES lib32/import)
set(CLAMD_POSSIBLE_LIB_SUFFIXES lib64/import)
elseif (X86)
set(CLAMD_POSSIBLE_LIB_SUFFIXES lib32/import)
endif()
Expand Down

0 comments on commit 7e495a1

Please sign in to comment.