cmExportTryCompileFileGenerator: Add newline between methods.

This commit is contained in:
Stephen Kelly 2015-06-06 22:54:50 +02:00
parent e133e40937
commit 4ab7d407a5
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
}
}
}
std::string
cmExportTryCompileFileGenerator::InstallNameDir(cmTarget* target,
const std::string& config)