summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-21 21:03:59 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-21 21:03:59 (GMT)
commitddf68089567cacf287ab7409e5df55026185986c (patch)
treec6302559a61f891351b71e5a277dab2d9458f0f3 /Source
parent145390fcc9f6d59435d03b6217e1adc4f8fc93d0 (diff)
downloadCMake-ddf68089567cacf287ab7409e5df55026185986c.zip
CMake-ddf68089567cacf287ab7409e5df55026185986c.tar.gz
CMake-ddf68089567cacf287ab7409e5df55026185986c.tar.bz2
fix flag setting
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTryCompileCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index fe7cca1..5dce747 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;