summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-12-27 20:33:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-12-27 20:33:47 (GMT)
commit552842d11f845ad53e4f34be549aa4007737564b (patch)
tree6724d78898ba2ec28b587394df9e522919d0e8fa /Source/cmFindFileCommand.h
parent82bb6fae0d127b2ffcaae5eaa8a5365093cfac5c (diff)
downloadCMake-552842d11f845ad53e4f34be549aa4007737564b.zip
CMake-552842d11f845ad53e4f34be549aa4007737564b.tar.gz
CMake-552842d11f845ad53e4f34be549aa4007737564b.tar.bz2
ENH: make sure -F is not duplicated
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r--Source/cmFindFileCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h
index 1e44be5..e5fb661 100644
--- a/Source/cmFindFileCommand.h
+++ b/Source/cmFindFileCommand.h
@@ -79,7 +79,8 @@ 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);
+ cmStdString FindHeaderInFrameworks( std::vector<std::string> path,
+ const char* var, const char* file);
cmTypeMacro(cmFindFileCommand, cmCommand);
};