diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-05-31 16:10:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-01 18:43:26 (GMT) |
commit | 0183e1bca379199949210217869c3a214702eba1 (patch) | |
tree | 29f8da1c03adf0fcf3470abd427b1ed3e893a4c2 /Source/cmGlobalNinjaGenerator.cxx | |
parent | 9a63aa8d57394fbddf913ce35c2d32bbf523f0e6 (diff) | |
download | CMake-0183e1bca379199949210217869c3a214702eba1.zip CMake-0183e1bca379199949210217869c3a214702eba1.tar.gz CMake-0183e1bca379199949210217869c3a214702eba1.tar.bz2 |
cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable
It is now subsumed by the UUID setting completely.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx index 9380d7d..e20f157 100644 --- a/Source/cmGlobalNinjaGenerator.cxx +++ b/Source/cmGlobalNinjaGenerator.cxx @@ -874,7 +874,6 @@ bool cmGlobalNinjaGenerator::CheckLanguages( bool cmGlobalNinjaGenerator::CheckCxxModuleSupport() { - this->CxxModuleSupportCheck(); if (this->NinjaSupportsDyndepsCxx) { return true; } |