From d360be75b7cb13e1bf97d8ecfd3d5e0688110ab3 Mon Sep 17 00:00:00 2001 From: rewine Date: Wed, 7 Sep 2022 14:21:59 +0800 Subject: [PATCH] fix: include directories should be DDE DOCK DIR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Log:修复 Config.cmake include_directories 路径 --- cmake/DdeDock/DdeDockConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/DdeDock/DdeDockConfig.cmake.in b/cmake/DdeDock/DdeDockConfig.cmake.in index bbe0b8b60..92b58380c 100644 --- a/cmake/DdeDock/DdeDockConfig.cmake.in +++ b/cmake/DdeDock/DdeDockConfig.cmake.in @@ -1,2 +1,2 @@ set(DDE_DOCK_INCLUDE_DIR @CMAKE_INSTALL_FULL_INCLUDEDIR@/dde-dock) -include_directories("${DTKCORE_INCLUDE_DIR}") +include_directories("${DDE_DOCK_INCLUDE_DIR}")