From 010fb49f0cdb7b913dcf8542987e2e6e488dfe5b Mon Sep 17 00:00:00 2001 From: liuyiyang Date: Tue, 9 Aug 2022 14:28:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dlinux=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E5=BA=93=E4=BE=9D=E8=B5=96=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7ee54bf36..07afb3be80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ else () find_package(ZLIB REQUIRED) target_link_directories(MeoAssistant PRIVATE 3rdparty/lib) target_link_libraries(MeoAssistant ${OpenCV_LIBS} ${ZLIB}) - target_link_libraries(MeoAssistant gflags paddle_inference ppocr protobuf cryptopp glog utf8proc xxhash iomp5 mkldnn mklml_intel) + target_link_libraries(MeoAssistant ppocr paddle_inference protobuf cryptopp gflags glog utf8proc xxhash iomp5 mkldnn mklml_intel) endif () if (BUILD_JNI)