diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-06 20:54:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-07 08:32:53 (GMT) |
commit | 4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec (patch) | |
tree | 96dc34c70c24991dadb15d9b2b612b22548e2710 | |
parent | e133e40937031004d11b0d16289cee1bf0dc5e4f (diff) | |
download | CMake-4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec.zip CMake-4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec.tar.gz CMake-4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec.tar.bz2 |
cmExportTryCompileFileGenerator: Add newline between methods.
-rw-r--r-- | Source/cmExportTryCompileFileGenerator.cxx | 1 |
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) |