26 lines
752 B
Diff
26 lines
752 B
Diff
|
|
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
|
||
|
|
|