MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011263 | CMake | Modules | public | 2010-09-23 11:28 | 2010-11-09 22:57 |
Reporter | Sascha Kratky | ||||
Assigned To | James Bigler | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake-2-8 | ||||
Target Version | CMake 2.8.3 | Fixed in Version | CMake 2.8.3 | ||
Summary | 0011263: FindCUDA.cmake does not set CUDA_SDK_ROOT_DIR correctly under Windows | ||||
Description | CUDA_SDK_ROOT_DIR is set in the following way: # Look for the SDK stuff find_path(CUDA_SDK_ROOT_DIR common/inc/cutil.h "$ENV{NVSDKCUDA_ROOT}" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\NVIDIA Corporation\\Installed Products\\NVIDIA SDK 10\\Compute;InstallDir]" "/Developer/GPU\ Computing/C" ) The environment variable and registry path is missing a trailing "/C". Both the env variable and the registry key are set to the enclosing folder an do not include the "/C" (as of CUDA SDK 3.1). Corrected find_path command: # Look for the SDK stuff find_path(CUDA_SDK_ROOT_DIR common/inc/cutil.h "$ENV{NVSDKCUDA_ROOT}/C" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\NVIDIA Corporation\\Installed Products\\NVIDIA SDK 10\\Compute;InstallDir]/C" "/Developer/GPU\ Computing/C" ) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-09-23 11:28 | Sascha Kratky | New Issue | |||
2010-09-24 01:40 | James Bigler | Status | new => assigned | ||
2010-09-24 01:40 | James Bigler | Assigned To | => James Bigler | ||
2010-09-24 23:29 | Kovarththanan Rajaratnam | Category | CMake => Modules | ||
2010-10-04 17:09 | James Bigler | Note Added: 0022404 | |||
2010-10-04 18:18 | James Bigler | Note Added: 0022405 | |||
2010-10-05 03:13 | Sascha Kratky | Note Added: 0022406 | |||
2010-10-05 12:36 | James Bigler | Note Added: 0022411 | |||
2010-10-06 13:44 | James Bigler | Note Added: 0022421 | |||
2010-10-06 13:45 | David Cole | Note Added: 0022422 | |||
2010-10-06 13:45 | David Cole | Status | assigned => resolved | ||
2010-10-06 13:45 | David Cole | Fixed in Version | => CMake 2.8.3 | ||
2010-10-06 13:45 | David Cole | Resolution | open => fixed | ||
2010-10-06 13:45 | David Cole | Target Version | => CMake 2.8.3 | ||
2010-11-09 22:57 | Philip Lowman | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|