From 4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 6 Jun 2015 22:54:50 +0200 Subject: [PATCH] cmExportTryCompileFileGenerator: Add newline between methods. --- Source/cmExportTryCompileFileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmExportTryCompileFileGenerator.cxx b/Source/cmExportTryCompileFileGenerator.cxx index 6c5f48fb9..dfb991bf5 100644 --- a/Source/cmExportTryCompileFileGenerator.cxx +++ b/Source/cmExportTryCompileFileGenerator.cxx @@ -116,6 +116,7 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target, } } } + std::string cmExportTryCompileFileGenerator::InstallNameDir(cmTarget* target, const std::string& config)