summaryrefslogtreecommitdiff
path: root/Source/cmTryCompileCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-21 16:03:59 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-21 16:03:59 -0500
commitddf68089567cacf287ab7409e5df55026185986c (patch)
treec6302559a61f891351b71e5a277dab2d9458f0f3 /Source/cmTryCompileCommand.cxx
parent145390fcc9f6d59435d03b6217e1adc4f8fc93d0 (diff)
downloadcmake-ddf68089567cacf287ab7409e5df55026185986c.tar.gz
fix flag setting
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r--Source/cmTryCompileCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index fe7cca1c7f..5dce747a1f 100644
--- a/Source/cmTryCompileCommand.cxx
+++ b/Source/cmTryCompileCommand.cxx
@@ -232,7 +232,6 @@ static void cmTryCompileCommandNotUsed(bool){}
void cmTryCompileCommand::CleanupFiles(const char* binDir)
{
- return;
if ( !binDir )
{
return;