diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-10-31 15:23:40 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-10-31 15:23:40 (GMT) |
commit | 487bd571d56134b15b1060e1921a7e16711f12e6 (patch) | |
tree | a5f5a9e84340816c658ad90b84bc2ac600f0d2c2 /Source/cmake.h | |
parent | de2b2bf9efe88bbde1b66857d00538084cc6c591 (diff) | |
download | CMake-487bd571d56134b15b1060e1921a7e16711f12e6.zip CMake-487bd571d56134b15b1060e1921a7e16711f12e6.tar.gz CMake-487bd571d56134b15b1060e1921a7e16711f12e6.tar.bz2 |
Properly insert all targets, also those which don't link to anything.
Alex
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 6d6fd94..b2cc7e7 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -440,7 +440,6 @@ protected: int getAllExternalLibs(const std::set<cmStdString>& ignoreTargetsSet, std::map<cmStdString, cmStdString>& targetNamesNodes, std::map<cmStdString, const cmTarget*>& targetPtrs, - std::map<cmStdString, int>& targetDeps, const char* graphNodePrefix) const; ///! Find the full path to one of the cmake programs like ctest, cpack, etc. |