diff options
author | Brad King <brad.king@kitware.com> | 2007-03-05 18:01:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-05 18:01:02 (GMT) |
commit | 73a5c33f9b472700c10524262e8ab4cab6af2fe0 (patch) | |
tree | ccf3d133de994fe42be43f8f0fa98e54ac8f1679 /Source/cmGlobalGenerator.h | |
parent | 420095c013456e360c358ff0ce7d49a46222bbf2 (diff) | |
download | CMake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.zip CMake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.tar.gz CMake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.tar.bz2 |
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index bccf8fa..da98f52 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, |