From 8c5bc3a4f65430b4086d8226621619f11f7a0ad3 Mon Sep 17 00:00:00 2001 From: zhanghongyuan Date: Thu, 16 Oct 2025 21:28:37 +0800 Subject: [PATCH] chore: remove PkgConfig in CMake configuration - Removed PkgConfig requirement from CMake configuration Log: Update build dependencies for license compliance --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ccc2c5e..68fb8b9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -152,7 +152,6 @@ if(DOTEST) endif() # for dtk -find_package(PkgConfig REQUIRED) pkg_check_modules(ocr_lib REQUIRED dtk6ocr) pkg_check_modules(InferenceEngine REQUIRED ncnn opencv_mobile) target_include_directories(${PROJECT_NAME} PUBLIC ${ocr_lib_INCLUDE_DIRS})