Compiling CUDA never enables

asked 2014-04-14 07:30:56 -0600

guivi01 gravatar image

Hi I am trying to compile opencv 2.4.8 with CUDA enabled but the cmake is never able to enable this. I am putting the WITH_CUDA=ON but it never goes ON. Every time run cmake with the WITH_CUDA=ON, the resume which appears after ways cuda = no

Any ideas on what could be the problem?

Cheers.

edit retag flag offensive close merge delete

Comments

1

Did you install CUDA Toolkit? Try to set CUDA_TOOLKIT_ROOT_DIR CMake variable.

Vladislav Vinogradov gravatar imageVladislav Vinogradov ( 2014-04-14 11:40:33 -0600 )edit