ENH: move framework stuff from FindFile to FindPath

This commit is contained in:
Bill Hoffman
2005-12-30 21:54:26 -05:00
parent 9b0a485c75
commit 14606c9902
4 changed files with 84 additions and 83 deletions
+3 -1
View File
@@ -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);
};