summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-01 20:48:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-01 20:48:46 (GMT)
commit86cebea79a1934bbd03f08dba884a965b7ae3b5d (patch)
treef547bb2c7fcbb981e908271db6811e45eb6015bd /Source/cmGlobalGenerator.h
parent6cd36d16e518822fd95e7d044cfe265bddf3bb07 (diff)
downloadCMake-86cebea79a1934bbd03f08dba884a965b7ae3b5d.zip
CMake-86cebea79a1934bbd03f08dba884a965b7ae3b5d.tar.gz
CMake-86cebea79a1934bbd03f08dba884a965b7ae3b5d.tar.bz2
ENH: More ctest changes and move SetupTest to superclass
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 4ca2be6..bfaf4aa 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -142,6 +142,7 @@ protected:
void FindMakeProgram(cmMakefile*);
void ConfigureRelativePaths();
+ void SetupTests();
bool m_ForceUnixPaths;
cmStdString m_FindMakeProgramFile;