diff options
Diffstat (limited to '0023-2161-bugfix-for-api-cmakelist.patch')
-rw-r--r-- | 0023-2161-bugfix-for-api-cmakelist.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/0023-2161-bugfix-for-api-cmakelist.patch b/0023-2161-bugfix-for-api-cmakelist.patch new file mode 100644 index 0000000..036eb08 --- /dev/null +++ b/0023-2161-bugfix-for-api-cmakelist.patch @@ -0,0 +1,25 @@ +From 6b02ac8055379fa0b907f5ed10c5bd974cade90f Mon Sep 17 00:00:00 2001 +From: zhongtao <zhongtao17@huawei.com> +Date: Thu, 31 Aug 2023 01:55:41 +0000 +Subject: [PATCH 23/33] !2161 bugfix for api cmakelist * bugfix for api + cmakelist + +--- + src/daemon/modules/api/CMakeLists.txt | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/src/daemon/modules/api/CMakeLists.txt b/src/daemon/modules/api/CMakeLists.txt +index 0735b25a..357566fa 100644 +--- a/src/daemon/modules/api/CMakeLists.txt ++++ b/src/daemon/modules/api/CMakeLists.txt +@@ -8,7 +8,3 @@ set(MODULES_API_INCS + ${CMAKE_CURRENT_SOURCE_DIR} + PARENT_SCOPE + ) +- +-if (NOT ENABLE_PLUGIN) +- list(REMOVE_ITEM MODULES_API_INCS "${CMAKE_CURRENT_SOURCE_DIR}/plugin_api.h") +-endif() +-- +2.40.1 + |