diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bb2638b2c1..2ed95007204 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) @@ -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.