From 25eae971d34c0d0f7a5fc9dd70e98711fc950006 Mon Sep 17 00:00:00 2001
From: test <pansen626@sina.com>
Date: 星期一, 22 四月 2019 09:49:55 +0800
Subject: [PATCH] 修改人员异常的大于小于设置,并使用-1作为不生效以应对单边限制
---
QiaoJiaSystem/VideoServer/CMakeLists.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/QiaoJiaSystem/VideoServer/CMakeLists.txt b/QiaoJiaSystem/VideoServer/CMakeLists.txt
index f7cd8a7..fd8cdf2 100644
--- a/QiaoJiaSystem/VideoServer/CMakeLists.txt
+++ b/QiaoJiaSystem/VideoServer/CMakeLists.txt
@@ -16,14 +16,14 @@
/usr/include/x86_64-linux-gnu/qt5/QtCore/
/usr/include/x86_64-linux-gnu/qt5/QtSql/
- ../../BasicPlatForm/
+ ../../../BasicPlatForm/
./QiaoJia/DB
./QiaoJia/dispatchTool
)
link_directories(
/usr/local/cuda/lib64
- ../../BasicPlatForm/libs/opencv/lib
+ ../../../BasicPlatForm/libs/opencv/lib
)
add_executable(${PROJECT_NAME}
--
Gitblit v1.8.0