MantisBT - CMake
View Issue Details
0015921CMakeModulespublic2016-01-15 18:102016-06-10 14:31
Jason Juang 
James Bigler 
normalminoralways
closedmoved 
LinuxUbuntu 14.04
CMake 3.4.1 
 
0015921: CUDA_nvcuvid_LIBRARY and CUDA_nvcuvenc_LIBRARY is never set to anything in FindCUDA.cmake
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.
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.
No tags attached.
Issue History
2016-01-15 18:10Jason JuangNew Issue
2016-01-19 09:08Brad KingAssigned To => James Bigler
2016-01-19 09:08Brad KingStatusnew => assigned
2016-06-10 14:29Kitware RobotNote Added: 0042912
2016-06-10 14:29Kitware RobotStatusassigned => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042912)
Kitware Robot   
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.