diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-12-27 19:56:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-12-27 19:56:56 (GMT) |
commit | 82bb6fae0d127b2ffcaae5eaa8a5365093cfac5c (patch) | |
tree | 6ed31cc2a14443808e4b04510bea76e22c204a13 /Source/cmFindFileCommand.h | |
parent | c04cbcac70535788ca79ce7cf621f3baaf2abcbb (diff) | |
download | CMake-82bb6fae0d127b2ffcaae5eaa8a5365093cfac5c.zip CMake-82bb6fae0d127b2ffcaae5eaa8a5365093cfac5c.tar.gz CMake-82bb6fae0d127b2ffcaae5eaa8a5365093cfac5c.tar.bz2 |
ENH: add framework support to FIND_FILE
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index 12d1f75..1e44be5 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -79,7 +79,7 @@ public: "different extensions on different platforms, FIND_PROGRAM " "should be used instead of FIND_FILE when looking for them."; } - + cmStdString FindHeaderInFrameworks(const char* var, const char* file); cmTypeMacro(cmFindFileCommand, cmCommand); }; |