View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015921CMakeModulespublic2016-01-15 18:102016-06-10 14:31
ReporterJason Juang 
Assigned ToJames Bigler 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformLinuxOSUbuntu OS Version14.04
Product VersionCMake 3.4.1 
Target VersionFixed in Version 
Summary0015921: CUDA_nvcuvid_LIBRARY and CUDA_nvcuvenc_LIBRARY is never set to anything in FindCUDA.cmake
DescriptionThe 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 ReproduceAt 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.
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team