From e84fcbcb0b7c33caf35fbdfde411e8636f4d31f9 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 14 Dec 2022 13:44:52 -0500 Subject: cxxmodules: support new round of Clang patches These patches now support the `-MF` output, so remove the `none` support added just for the old patchset which did not use it. Also update the flag name to `-fmodule-output=`. Due to the new Clang module mapper flag, use a new experimental support UUID as well. --- Source/cmExperimental.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmExperimental.cxx') diff --git a/Source/cmExperimental.cxx b/Source/cmExperimental.cxx index bbb5840e66..c890e4b4cb 100644 --- a/Source/cmExperimental.cxx +++ b/Source/cmExperimental.cxx @@ -27,7 +27,7 @@ struct FeatureData bool Warned; } LookupTable[] = { // CxxModuleCMakeApi - { "9629ab6c-6c0e-423f-bb9d-cc5ac4a22041", + { "2182bf5c-ef0d-489a-91da-49dbc3090d2a", "CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API", "CMake's C++ module support is experimental. It is meant only for " "experimentation and feedback to CMake developers.", -- cgit v1.2.1