summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-02-19 19:58:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-02-19 19:58:56 (GMT)
commit6535fcefeba1b068bc3a1cac980a8b042a50d44b (patch)
tree4ee42689475ef63744d7106901d66eec2362f4d6
parent71b217ecc9870bf5f25c202bbc1eb8b781803ba9 (diff)
parentbbea30eec88fe6dc98d716f16141c6aab6a75314 (diff)
downloadCMake-6535fcefeba1b068bc3a1cac980a8b042a50d44b.zip
CMake-6535fcefeba1b068bc3a1cac980a8b042a50d44b.tar.gz
CMake-6535fcefeba1b068bc3a1cac980a8b042a50d44b.tar.bz2
Merge topic 'ninja-custom-command-implicit'
bbea30e Ninja: remove implicit dependency on custom command outputs
-rw-r--r--Source/cmNinjaTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index f8e4399..80a1a9b 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -552,7 +552,7 @@ cmNinjaTargetGenerator
cmCustomCommand const* cc = (*si)->GetCustomCommand();
const std::vector<std::string>& ccoutputs = cc->GetOutputs();
std::transform(ccoutputs.begin(), ccoutputs.end(),
- std::back_inserter(implicitDeps), MapToNinjaPath());
+ std::back_inserter(orderOnlyDeps), MapToNinjaPath());
}
// If the source file is GENERATED and does not have a custom command