From 05a448202fe1e0e2a517da88deb7bc3026b69600 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 15 Jul 2022 17:31:58 +0800 Subject: [PATCH 1/2] test ci --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bb2638b2c..ab98421ef7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,9 +49,9 @@ if(NOT CUDA_DIRECTORY) endif() option(BUILD_FASTDEPLOY_PYTHON "if build python lib for fastdeploy." OFF) - +asdfasd include_directories(${PROJECT_SOURCE_DIR}) -include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include_directories(${CMAKE_CURRENT_BINARY_DIR})fasdfasdfas if (WTIH_VISION_EXAMPLES AND EXISTS ${PROJECT_SOURCE_DIR}/examples) # ENABLE_VISION and ENABLE_VISION_VISUALIZE must be ON if enable vision examples. From 73166a0382fc08c8984bd837257eaf16efda8d1a Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 15 Jul 2022 17:43:40 +0800 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab98421ef7..2ed9500720 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.16) include(ExternalProject) add_subdirectory(fastdeploy) -include(external/utils.cmake) +include(external/utils.cmake)asdf # Set C++11 as standard for the whole project if(NOT MSVC)