From 7d0d1f6d378720cda2ff3e15c2c607627fdf17d8 Mon Sep 17 00:00:00 2001 From: tunm Date: Wed, 19 Jul 2023 17:47:02 +0800 Subject: [PATCH] check for bugs --- Prj-Linux/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prj-Linux/CMakeLists.txt b/Prj-Linux/CMakeLists.txt index 8f81dbb..5bab545 100644 --- a/Prj-Linux/CMakeLists.txt +++ b/Prj-Linux/CMakeLists.txt @@ -11,7 +11,7 @@ else() endif () # use opencv -set(OpenCV_DIR ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty_hyper_inspire_op/opencv-4.5.1/${PLAT}/lib/cmake/opencv4) +set(OpenCV_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../3rdparty_hyper_inspire_op/opencv-4.5.1/${PLAT}/lib/cmake/opencv4) find_package(OpenCV REQUIRED) include_directories(${OpenCV_INCLUDE_DIRS})