diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-12-31 02:54:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-12-31 02:54:26 (GMT) |
commit | 14606c99020c658d4751138d4d9a48fd290d0cda (patch) | |
tree | 37a78ef14b46dc36213f88d4b52763212cb73154 /Source/cmFindFileCommand.h | |
parent | 9b0a485c75641cebb472ec6aa9e83074fc09bc6f (diff) | |
download | CMake-14606c99020c658d4751138d4d9a48fd290d0cda.zip CMake-14606c99020c658d4751138d4d9a48fd290d0cda.tar.gz CMake-14606c99020c658d4751138d4d9a48fd290d0cda.tar.bz2 |
ENH: move framework stuff from FindFile to FindPath
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index e5fb661..1d4a600 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -79,8 +79,6 @@ public: "different extensions on different platforms, FIND_PROGRAM " "should be used instead of FIND_FILE when looking for them."; } - cmStdString FindHeaderInFrameworks( std::vector<std::string> path, - const char* var, const char* file); cmTypeMacro(cmFindFileCommand, cmCommand); }; |