diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-03 12:52:32 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-03 12:52:32 (GMT) |
commit | fc1562f0041b1145f79af34357810c5308a15e8e (patch) | |
tree | b11bab2e22a9dfbbb45630746ccdd2aa7cc52400 /Source/cmMakefile.h | |
parent | 0e77477a783804150ed474096ad5d4457082a8f6 (diff) | |
download | CMake-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.h | 5 |
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); |