summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:30:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-19 20:36:49 (GMT)
commit8ab1cce7047b637f504b4b83cecc104e5cd1adc5 (patch)
tree95e05e056f4e4a0f7d6415f1b0e56d4188043a43 /Source/cmTryRunCommand.cxx
parent2dd5d42f5254abda64009434f0b11a47ca16640e (diff)
downloadCMake-8ab1cce7047b637f504b4b83cecc104e5cd1adc5.zip
CMake-8ab1cce7047b637f504b4b83cecc104e5cd1adc5.tar.gz
CMake-8ab1cce7047b637f504b4b83cecc104e5cd1adc5.tar.bz2
cmMakefile: Rename method to something more appropriate.
Allow the name to be used for something more-suitable.
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r--Source/cmTryRunCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx
index 3cd92cb..b9ffe5e 100644
--- a/Source/cmTryRunCommand.cxx
+++ b/Source/cmTryRunCommand.cxx
@@ -375,7 +375,7 @@ void cmTryRunCommand::DoNotRunExecutable(const std::string& runArgs,
comment += "Run arguments : ";
comment += runArgs;
comment += "\n";
- comment += " Called from: " + this->Makefile->GetListFileStack();
+ comment += " Called from: " + this->Makefile->FormatListFileStack();
cmsys::SystemTools::ReplaceString(comment, "\n", "\n# ");
file << comment << "\n\n";
ame='h' value='inactive/110_HDFFV-10808-h5pset_file_space_strategy'/>
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-10-12 11:32:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-10-12 11:32:56 (GMT)
commitbe729e5f78ae9308dd4a305039e8ddd58068d477 (patch)
tree0206e5f2c2c866bd2e326611d6ceec93b15c2a1d /testpar
parentca0b287d21f4d73bc7d197ee7f6e92ca2631e373 (diff)
download