代码拉取完成,页面将自动刷新
From 1948ee845726be15861f9f84a745b30ecb18051c Mon Sep 17 00:00:00 2001
From: Matthias Kretz <[email protected]>
Date: Fri, 6 Feb 2009 08:26:43 +0000
Subject: [PATCH 01/33] fix make clean: it's SET_directory_properties and not
ADD_directory_properties.
svn path=/trunk/kdesupport/automoc/; revision=922011
---
Automoc4Config.cmake | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Automoc4Config.cmake b/Automoc4Config.cmake
index e79cf8c..5fcab74 100644
--- a/Automoc4Config.cmake
+++ b/Automoc4Config.cmake
@@ -198,7 +198,9 @@ macro(_ADD_AUTOMOC4_TARGET _target_NAME _SRCS)
endif(_AUTOMOC4_EXECUTABLE_DEP)
set_source_files_properties(${_automoc_source} PROPERTIES GENERATED TRUE)
- set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ${_automoc_source})
+ get_directory_property(_extra_clean_files ADDITIONAL_MAKE_CLEAN_FILES)
+ list(APPEND _extra_clean_files "${_automoc_source}")
+ set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${_extra_clean_files}")
set(${_SRCS} ${_automoc_source} ${${_SRCS}})
endif(_moc_files)
endmacro(_ADD_AUTOMOC4_TARGET)
--
2.4.3
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。