summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/NotCompiledSourceModules.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CXXModules: remove `EXPERIMENTAL` from C++ module variable namesBen Boeckel2023-10-021-1/+1
|
* cxxmodules: detect and message about non-compiled sourcesBen Boeckel2023-09-121-0/+13
Previously an internal error was raised which ended up causing an internal exception to be thrown. This is a typo situation that should fall into an explicit error. Fixes: #25207