summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 20:54:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-07 08:32:53 (GMT)
commit4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec (patch)
tree96dc34c70c24991dadb15d9b2b612b22548e2710 /Source
parente133e40937031004d11b0d16289cee1bf0dc5e4f (diff)
downloadCMake-4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec.zip
CMake-4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec.tar.gz
CMake-4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec.tar.bz2
cmExportTryCompileFileGenerator: Add newline between methods.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExportTryCompileFileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExportTryCompileFileGenerator.cxx b/Source/cmExportTryCompileFileGenerator.cxx
index 6c5f48f..dfb991b 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)