diff options
author | Brad King <brad.king@kitware.com> | 2021-11-04 15:58:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-04 16:23:35 (GMT) |
commit | 16e24748c5092f19d53c80548083826f009aafc7 (patch) | |
tree | 2acc80df8a226c01bb9a4b059c70b72a396ceecc /Source/cmGlobalNinjaGenerator.cxx | |
parent | fda948846b200336395c0e99be3fa2a0258d7f0a (diff) | |
download | CMake-16e24748c5092f19d53c80548083826f009aafc7.zip CMake-16e24748c5092f19d53c80548083826f009aafc7.tar.gz CMake-16e24748c5092f19d53c80548083826f009aafc7.tar.bz2 |
Ninja Multi-Config: Fix cross-config custom command dependency tracing
Process `CMAKE_CROSS_CONFIGS` and friends to properly configure the
generator for cross-config behavior before custom command dependency
tracing.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx index 3f6f55e..7122b9f 100644 --- a/Source/cmGlobalNinjaGenerator.cxx +++ b/Source/cmGlobalNinjaGenerator.cxx @@ -568,9 +568,6 @@ void cmGlobalNinjaGenerator::Generate() msg.str()); return; } - if (!this->InspectConfigTypeVariables()) { - return; - } if (!this->OpenBuildFileStreams()) { return; } |