Skip to content

Commit d1cecb0

Browse files
committed
Merge pull request opencv#10968 from sergiomb2:master
2 parents f2ec7ee + 20f5fa8 commit d1cecb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/va_intel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ ocv_include_modules_recurse(${OPENCV_VA_INTEL_SAMPLES_REQUIRED_DEPS})
1717
file(GLOB all_samples RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp)
1818
foreach(sample_filename ${all_samples})
1919
ocv_define_sample(tgt ${sample_filename} va_intel)
20-
ocv_target_link_libraries(${tgt} ${OPENCV_LINKER_LIBS} ${OPENCV_VA_INTEL_SAMPLES_REQUIRED_DEPS})
20+
ocv_target_link_libraries(${tgt} ${OPENCV_LINKER_LIBS} ${OPENCV_VA_INTEL_SAMPLES_REQUIRED_DEPS} ${VA_LIBRARIES} ${VA_INTEL_LIBRARIES})
2121
endforeach()

0 commit comments

Comments
 (0)