Ask Your Question

MarcoMartins's profile - activity

2012-12-12 01:38:14 -0600 received badge  Nice Answer (source)
2012-10-28 11:35:55 -0600 received badge  Teacher (source)
2012-07-24 17:52:55 -0600 answered a question [GPU] OpenCV 2.4.2 with Cuda support + Ubuntu 12.04 Laptop

I solve this problem by going to CMakeCache.txt after generating UNIX makefile using cmake-gui, in the directory you set to build the binaries, and adding the path for the "libcuda.so" to this line "CUDA_CUDA_LIBRARY:FILEPATH=" so in my case i ended up with "CUDA_CUDA_LIBRARY:FILEPATH=/usr/lib/nvidia-current-updates/libcuda.so"