diff options
author | Brad King <brad.king@kitware.com> | 2008-06-09 16:51:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-06-09 16:51:01 (GMT) |
commit | 2cadc9138fc405fe49fb3f8cb4153b9c20c95df6 (patch) | |
tree | ef20609f00e1a14f9819c62de87a1b1f47a058c1 /Source/cmFindBase.h | |
parent | 6706f84cd997d39026080e47e4944072add7f925 (diff) | |
download | CMake-2cadc9138fc405fe49fb3f8cb4153b9c20c95df6.zip CMake-2cadc9138fc405fe49fb3f8cb4153b9c20c95df6.tar.gz CMake-2cadc9138fc405fe49fb3f8cb4153b9c20c95df6.tar.bz2 |
ENH: Improve framework search speed for find_file and find_path
- Locating a header inside a framework often requires globbing
- Previously the glob was <dir>/*/Headers/<name>
- Now the glob is <dir>/*.framework/Headers/<name>
- This is much faster when <dir> is not really a framework dir
Diffstat (limited to 'Source/cmFindBase.h')
0 files changed, 0 insertions, 0 deletions