summaryrefslogtreecommitdiff
path: root/0023-2161-bugfix-for-api-cmakelist.patch
blob: 036eb08a4abc93bb7dbdd78952ef974a559c9744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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