| 327 | } |
| 328 | |
| 329 | cmFindPackageStack cmMakefile::GetFindPackageStack() const |
| 330 | { |
| 331 | return this->FindPackageStack; |
| 332 | } |
| 333 | |
| 334 | void cmMakefile::PrintCommandTrace(cmListFileFunction const& lff, |
| 335 | cmListFileBacktrace const& bt, |
no outgoing calls
no test coverage detected