From 210c262751a2824884e57181c1b025a251257385 Mon Sep 17 00:00:00 2001 From: x-tools-author Date: Fri, 12 Sep 2025 15:17:16 +0800 Subject: [PATCH] chore: remove useless code --- cmake/x_3rd_nodeeditor.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/x_3rd_nodeeditor.cmake b/cmake/x_3rd_nodeeditor.cmake index c15ca17b..186a96b4 100644 --- a/cmake/x_3rd_nodeeditor.cmake +++ b/cmake/x_3rd_nodeeditor.cmake @@ -50,4 +50,3 @@ set(X_ENABLE_XFLOW true) add_compile_definitions(X_ENABLE_XFLOW) list(APPEND X_LIBS QtNodes::QtNodes) message(STATUS "[xFlow]Enabled xFlow support.") -include_directories(${CMAKE_SOURCE_DIR}/src/nodeeditor)