diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-12-02 20:59:59 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-12-02 20:59:59 (GMT) |
commit | 9e526f797ae544fadc8a4289d6c4f06a0770342b (patch) | |
tree | 4cb87a3d59c7cc6c436ce2997e94030248257844 /Source/cmSystemTools.h | |
parent | 82a01df535c9434787abcc26881986d85052adf7 (diff) | |
download | CMake-9e526f797ae544fadc8a4289d6c4f06a0770342b.zip CMake-9e526f797ae544fadc8a4289d6c4f06a0770342b.tar.gz CMake-9e526f797ae544fadc8a4289d6c4f06a0770342b.tar.bz2 |
removed cmMakefile depend from cmSystemTools
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 9234283..190ebdb 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -19,8 +19,6 @@ #include "cmStandardIncludes.h" -class cmMakefile; - /** \class cmSystemTools * \brief A collection of useful functions for CMake. * @@ -236,8 +234,7 @@ public: ///! Find a library in the system PATH, with optional extra paths. static std::string FindLibrary(const char* name, - const std::vector<std::string>& path, - const cmMakefile *makefile = 0); + const std::vector<std::string>& path); ///! return true if the file is a directory. static bool FileIsDirectory(const char* name); |