/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/cmake/FindCUDA.cmake

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-08 13:41:04 UTC
  • Revision ID: csa@dside.dyndns.org-20100808134104-w7l3e5f4d62ygi5c
Fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
608
608
# to get these confused, so we are setting the name based on the word size of
609
609
# the build.
610
610
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
611
 
  set(cuda_cutil_name cutil64)
 
611
  set(cuda_cutil_name cutil64 cutil_x86_64)
612
612
else(CMAKE_SIZEOF_VOID_P EQUAL 8)
613
 
  set(cuda_cutil_name cutil32)
 
613
  set(cuda_cutil_name cutil32 cutil_x86)
614
614
endif(CMAKE_SIZEOF_VOID_P EQUAL 8)
615
615
 
616
616
#SDS C/lib