From bf1be964bf3dcce433aa9e443050f1352f5e8eb2 Mon Sep 17 00:00:00 2001 From: tangqunzhang Date: Thu, 13 Nov 2025 20:46:48 +0800 Subject: [PATCH] remove external from header files --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9729fc53d..54deeb449 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,11 +154,11 @@ else() ${TOP_DIR}/inc/ ${TOP_DIR}/inc/external/ ${TOP_DIR}/inc/common/ + ${TOP_DIR}/metadef/inc/external/ ${TOP_DIR}/graphengine/inc/ ${TOP_DIR}/graphengine/inc/external/ ${TOP_DIR}/metadef/inc/ ${TOP_DIR}/metadef/inc/graph/ - ${TOP_DIR}/metadef/inc/external/ ${TOP_DIR}/air/inc/graph_metadef/ ${TOP_DIR}/air/inc/graph_metadef/graph/ ${TOP_DIR}/air/inc/graph_metadef/external/ -- Gitee