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/cmGlobalGenerator.h | |
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/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 4 |
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; |