From 75d4591d37049a18055f36bb46aea1dbacd21dfc Mon Sep 17 00:00:00 2001 From: MRXLT Date: Wed, 28 Oct 2020 11:36:01 +0800 Subject: [PATCH] Update CMakeLists.txt fix cmakelist --- core/preprocess/nvdec-extractframe/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/preprocess/nvdec-extractframe/CMakeLists.txt b/core/preprocess/nvdec-extractframe/CMakeLists.txt index eda96bcd..25ad94f9 100644 --- a/core/preprocess/nvdec-extractframe/CMakeLists.txt +++ b/core/preprocess/nvdec-extractframe/CMakeLists.txt @@ -32,7 +32,7 @@ include_directories(./ffmpeginclude/include) # include_directories(./pybind11/include) include_directories(./pythoninclude/python2.7/) include_directories(./Utils) -include_directories(${CUDA_INCLUDE_DIRS}) +include_directories(${CUDA_TOOL_KIT_INCLUDE}) # Preprocessor libs. file(GLOB LIB_FILES ${CMAKE_SOURCE_DIR}/core/preprocess/nvdec-extractframe/lib/*.so) -- GitLab