diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-27 12:16:59 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-02 21:14:02 (GMT) |
commit | 6e636f2ebaf78141f4d0a36c96804b9a1bc89857 (patch) | |
tree | 6c46f8eea138028f770c2971f652bdcbbbb15d03 /Source/cmTarget.h | |
parent | 3676fb49634efd01755aa5c12d58e2f2bf20d09f (diff) | |
download | CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.zip CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.tar.gz CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.tar.bz2 |
cmTarget: Make the SOURCES origin tracable.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 15c49ea..055e029 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -710,6 +710,7 @@ private: mutable std::map<std::string, bool> DebugCompatiblePropertiesDone; mutable bool DebugCompileOptionsDone; mutable bool DebugCompileDefinitionsDone; + mutable bool DebugSourcesDone; mutable std::set<std::string> LinkImplicitNullProperties; bool BuildInterfaceIncludesAppended; |