diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 16:40:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-09-19 19:36:14 (GMT) |
commit | 3d12ffbf5b49cbbec2bc00fe58e5298c00fee527 (patch) | |
tree | adbf6d515ca45ad74fbde1ee28a38e4e84a6b6f7 /Source | |
parent | 4d69ac7697929a12e0be1273dfc627ec56fe7acd (diff) | |
download | CMake-3d12ffbf5b49cbbec2bc00fe58e5298c00fee527.zip CMake-3d12ffbf5b49cbbec2bc00fe58e5298c00fee527.tar.gz CMake-3d12ffbf5b49cbbec2bc00fe58e5298c00fee527.tar.bz2 |
Ninja: Update comment variable reference
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx index b2384b0..f87a788 100644 --- a/Source/cmNinjaNormalTargetGenerator.cxx +++ b/Source/cmNinjaNormalTargetGenerator.cxx @@ -642,7 +642,8 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement() } } } - // If we have any PRE_LINK commands, we need to go back to HOME_OUTPUT for + // If we have any PRE_LINK commands, we need to go back to CMAKE_BINARY_DIR + // for // the link commands. if (!preLinkCmdLines.empty()) { const std::string homeOutDir = localGen.ConvertToOutputFormat( |