View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015921 | CMake | Modules | public | 2016-01-15 18:10 | 2016-06-10 14:31 | ||||
Reporter | Jason Juang | ||||||||
Assigned To | James Bigler | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | Linux | OS | Ubuntu | OS Version | 14.04 | ||||
Product Version | CMake 3.4.1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015921: CUDA_nvcuvid_LIBRARY and CUDA_nvcuvenc_LIBRARY is never set to anything in FindCUDA.cmake | ||||||||
Description | The variables CUDA_nvcuvenc_LIBRARY and CUDA_nvcuvid_LIBRARY is never set to anything in FindCUDA.cmake, despite it being two of the variables and is suppose to represent libnvcuvenc.so and libnvcuvid.so. Additionally, there are comments saying that these are windows only which is outdated because now the CUDA video SDK is also available in linux. | ||||||||
Steps To Reproduce | At any CMakeLists.txt: find_package( CUDA REQUIRED ) message(cuda decoder lib ${CUDA_nvcuvid_LIBRARY}) message(cuda encoder lib ${CUDA_nvcuvenc_LIBRARY}) Nothing will be there. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0042912) Kitware Robot (administrator) 2016-06-10 14:29 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2016-01-15 18:10 | Jason Juang | New Issue | |
2016-01-19 09:08 | Brad King | Assigned To | => James Bigler |
2016-01-19 09:08 | Brad King | Status | new => assigned |
2016-06-10 14:29 | Kitware Robot | Note Added: 0042912 | |
2016-06-10 14:29 | Kitware Robot | Status | assigned => resolved |
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |