diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-21 21:03:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-21 21:03:59 (GMT) |
commit | ddf68089567cacf287ab7409e5df55026185986c (patch) | |
tree | c6302559a61f891351b71e5a277dab2d9458f0f3 /Source/cmTryCompileCommand.cxx | |
parent | 145390fcc9f6d59435d03b6217e1adc4f8fc93d0 (diff) | |
download | CMake-ddf68089567cacf287ab7409e5df55026185986c.zip CMake-ddf68089567cacf287ab7409e5df55026185986c.tar.gz CMake-ddf68089567cacf287ab7409e5df55026185986c.tar.bz2 |
fix flag setting
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r-- | Source/cmTryCompileCommand.cxx | 1 |
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; |