From ddf68089567cacf287ab7409e5df55026185986c Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 21 Nov 2002 16:03:59 -0500 Subject: [PATCH] fix flag setting --- Source/cmTryCompileCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx index fe7cca1c7..5dce747a1 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;