summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-12-12 19:21:20 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-12-12 19:21:20 (GMT)
commitce71bd9505a46d7350c0e256f2d8f4f183d1c9fa (patch)
tree5c617f636a6949928afefb1cc9cfde59bfde8623 /Source/cmNinjaTargetGenerator.cxx
parent3874843f0f5be9d53001517b3697e0d092f0e845 (diff)
parentdb61cd5d72f78aaf720f60f8e3a573fc36599bf9 (diff)
downloadCMake-ce71bd9505a46d7350c0e256f2d8f4f183d1c9fa.zip
CMake-ce71bd9505a46d7350c0e256f2d8f4f183d1c9fa.tar.gz
CMake-ce71bd9505a46d7350c0e256f2d8f4f183d1c9fa.tar.bz2
Merge topic 'fix-ctest-launchers'
db61cd5d cmRulePlaceholderExpander: Remove unused member RuleLauncher b7771078 Comment ExpandRuleVariables calls not preceded by launcher insertion c58a5198 Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rules
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index 8090542..b5aeb54 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -1046,6 +1046,7 @@ void cmNinjaTargetGenerator::ExportObjectCompileCommand(
for (std::vector<std::string>::iterator i = compileCmds.begin();
i != compileCmds.end(); ++i) {
+ // no launcher for CMAKE_EXPORT_COMPILE_COMMANDS
rulePlaceholderExpander->ExpandRuleVariables(this->GetLocalGenerator(), *i,
compileObjectVars);
}