summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPathCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-12-31 02:54:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-12-31 02:54:26 (GMT)
commit14606c99020c658d4751138d4d9a48fd290d0cda (patch)
tree37a78ef14b46dc36213f88d4b52763212cb73154 /Source/cmFindPathCommand.h
parent9b0a485c75641cebb472ec6aa9e83074fc09bc6f (diff)
downloadCMake-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.h4
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);
};