summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-03 12:52:32 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-03 12:52:32 (GMT)
commitfc1562f0041b1145f79af34357810c5308a15e8e (patch)
treeb11bab2e22a9dfbbb45630746ccdd2aa7cc52400 /Source/cmMakefile.h
parent0e77477a783804150ed474096ad5d4457082a8f6 (diff)
downloadCMake-fc1562f0041b1145f79af34357810c5308a15e8e.zip
CMake-fc1562f0041b1145f79af34357810c5308a15e8e.tar.gz
CMake-fc1562f0041b1145f79af34357810c5308a15e8e.tar.bz2
system config uses cmake commands now
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index fbfd650..ff60091 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -470,11 +470,6 @@ public:
/**
* find what source group this source is in
*/
- void ReadSystemConfiguration(const char *fname);
-
- /**
- * find what source group this source is in
- */
cmSourceGroup& FindSourceGroup(const char* source,
std::vector<cmSourceGroup> &groups);