summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-05-31 16:10:43 (GMT)
committerBrad King <brad.king@kitware.com>2023-06-01 18:43:26 (GMT)
commit0183e1bca379199949210217869c3a214702eba1 (patch)
tree29f8da1c03adf0fcf3470abd427b1ed3e893a4c2 /Source/cmGlobalGenerator.h
parent9a63aa8d57394fbddf913ce35c2d32bbf523f0e6 (diff)
downloadCMake-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/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 01afabd..9aefaff 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -661,8 +661,6 @@ protected:
virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const;
- void CxxModuleSupportCheck() const;
-
bool AddHeaderSetVerification();
bool AddAutomaticSources();
@@ -775,8 +773,6 @@ private:
std::map<std::string, StripCommandStyle> StripCommandStyleMap;
#endif
- mutable bool DiagnosedCxxModuleSupport = false;
-
// Deferral id generation.
size_t NextDeferId = 0;