Files
CMake/Tests/RunCMake/CXXModules/NotCXXSourceModules-stderr.txt
T
Ben Boeckel 0c07f39006 cmExperimental: remove the flag for C++ modules
All the major compilers now have scheduled releases with support for
scanning, so remove the experimental gate.

Fixes: #18355
2023-10-02 10:17:31 -04:00

11 lines
299 B
Plaintext

CMake Error in CMakeLists.txt:
Target "not-cxx-source" contains the source
.*/Tests/RunCMake/CXXModules/sources/c-anchor.c
in a file set of type "CXX_MODULES" but the source is not classified as a
"CXX" source.
CMake Generate step failed. Build files cannot be regenerated correctly.