summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-01-16 15:34:43 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-01-16 15:34:43 (GMT)
commit310b58e96155edd0d7d39285639ae903a49df3dc (patch)
treea2d6b826d474f5a7ee0a5b1f326ccd5780c1f4e8 /Source
parent1e728706de1457a25fe531d5905c28570a208a08 (diff)
downloadCMake-310b58e96155edd0d7d39285639ae903a49df3dc.zip
CMake-310b58e96155edd0d7d39285639ae903a49df3dc.tar.gz
CMake-310b58e96155edd0d7d39285639ae903a49df3dc.tar.bz2
Ninja Multi-Config: Rename variable to be more consistent
Also make some tweaks to the documentation.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalNinjaGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx
index 0048ba4..0487ad1 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -2203,7 +2203,7 @@ bool cmGlobalNinjaGenerator::WriteDyndepFile(
bool cmGlobalNinjaGenerator::EnableCrossConfigBuild() const
{
return this->IsMultiConfig() &&
- this->Makefiles.front()->IsOn("CMAKE_NINJA_CROSS_CONFIG_ENABLE");
+ this->Makefiles.front()->IsOn("CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE");
}
int cmcmd_cmake_ninja_dyndep(std::vector<std::string>::const_iterator argBeg,