fix(nvenc): dynamic nv codec sdk selection (#5451)
This commit is contained in:
@@ -38,6 +38,10 @@ endif()
|
||||
# set the module path, used for includes
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||
|
||||
# CPM
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/cpm/CPM.cmake)
|
||||
CPMUsePackageLock(package-lock.cmake)
|
||||
|
||||
# export compile_commands.json
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user