Typo in OpenCVDetectOpenCL.cmake causes OpenCL not to be found on Win32 (Bug #2610)


Added by Justin Muncaster over 12 years ago. Updated about 12 years ago.


Status:Done Start date:2012-12-06
Priority:Normal Due date:
Assignee:Andrey Kamaev % Done:

0%

Category:build/install
Target version:2.4.3.2
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/214

Description

The CUDA_PATH is obtained on (line 22) using:

set(ENV_CUDA_PATH $ENV{CUDA_PATH})

but later (line 30) the test is done as:

elseif(ENV_CUDAPATH AND WIN32)

when it should be

elseif(ENV_CUDA_PATH AND WIN32)

Associated revisions

Revision 5ff59af0
Added by Andrey Pavlenko almost 11 years ago

Merge pull request #2610 from ilya-lavrenov:ipp_cvtcolor

History

Updated by Anna Kogan over 12 years ago

Hello Justin,

Thank you for reporting the issue!

  • Target version set to 2.4.4

Updated by Anna Kogan over 12 years ago

  • Pull request set to https://github.com/Itseez/opencv/pull/214

Updated by Andrey Kamaev about 12 years ago

Fix is pushed to 2.4: 709a1cc

  • Status changed from Open to Done

Updated by Andrey Kamaev about 12 years ago

  • Target version changed from 2.4.4 to 2.4.3.2

Also available in: Atom PDF