summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-05 13:01:02 -0500
committerBrad King <brad.king@kitware.com>2007-03-05 13:01:02 -0500
commit73a5c33f9b472700c10524262e8ab4cab6af2fe0 (patch)
treeccf3d133de994fe42be43f8f0fa98e54ac8f1679 /Source/cmGlobalGenerator.h
parent420095c013456e360c358ff0ce7d49a46222bbf2 (diff)
downloadcmake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.tar.gz
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index bccf8fa62a..da98f5204b 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -211,7 +211,6 @@ protected:
void ConfigureRelativePaths();
bool RelativePathsConfigured;
- void SetupTests();
void CreateDefaultGlobalTargets(cmTargets* targets);
cmTarget CreateGlobalTarget(const char* name, const char* message,