Files
CMake/Source
Daniel Pfeifer 26a697f7c1 cmCTest*Command: Access Makefile through an alias
At the top of each function that requires access to Makefile,
declare an alias `mf = this->Makefile`.  Then replace all occurrences
of `this->Makefile->` with `mf.`.  The intention is to make following
changes easier to review.
2024-11-05 10:20:12 +01:00
..
2024-11-03 08:19:10 -05:00
2024-11-05 00:01:37 -05:00
2024-08-19 15:10:34 -04:00