summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-02 20:03:36 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-02 20:03:36 (GMT)
commit0db4cb0d967715cee93edb8303b8a5250ba67c51 (patch)
tree0cbc39546c0748c424764937a603098ad02b29f7 /Source/cmMakefile.h
parent20009401368e07bb81ad6ffe3796fb66367a985b (diff)
downloadCMake-0db4cb0d967715cee93edb8303b8a5250ba67c51.zip
CMake-0db4cb0d967715cee93edb8303b8a5250ba67c51.tar.gz
CMake-0db4cb0d967715cee93edb8303b8a5250ba67c51.tar.bz2
ENH: removed unused methods after find changes
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index fd8de7b..6095cdb 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -233,20 +233,6 @@ public:
void AddIncludeDirectory(const char*, bool before = false);
/**
- * Find a library (as in cmSystemTools) but add in compiler specific paths
- */
- std::string FindLibrary(const char* name,
- const std::vector<std::string>& path);
-
- /**
- * Get the include file or library search path.
- */
- void GetIncludeSearchPath(const std::vector<std::string>& callerPaths,
- std::vector<std::string>& path);
- void GetLibrarySearchPath(const std::vector<std::string>& callerPaths,
- std::vector<std::string>& path);
-
- /**
* Add a variable definition to the build. This variable
* can be used in CMake to refer to lists, directories, etc.
*/