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/cmFindPathCommand.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/cmFindPathCommand.h')
-rw-r--r-- | Source/cmFindPathCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h index 6553ca0..17e431b 100644 --- a/Source/cmFindPathCommand.h +++ b/Source/cmFindPathCommand.h @@ -78,7 +78,9 @@ public: "the cache entry <VAR>. The environment variable CMAKE_INCLUDE_PATH " "is searched as well as the PATH variable.\n"; } - + cmStdString FindHeaderInFrameworks( std::vector<std::string> path, + const char* var, const char* file); + cmTypeMacro(cmFindPathCommand, cmCommand); }; |