Alexander Neundorf
|
5bd38eb630
|
ENH: also add the install base dir of the running cmake to the search
directories for the FIND_XXX() commands, for the case that somebody has its
own install tree
Alex
|
2007-07-16 09:08:45 -04:00 |
Brad King
|
eab81489f1
|
ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths to be searched optionally. Turn off the feature on debian systems. This addresses debian report 419007.
|
2007-06-27 12:07:34 -04:00 |
Brad King
|
92c0f41251
|
ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to block link directories.
|
2007-05-18 11:36:23 -04:00 |
Alexander Neundorf
|
6e2cd41138
|
BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/include
and /opt/csw/include should also be searched for headers (according to
google they also exist)
Alex
|
2007-04-30 10:57:32 -04:00 |
Brad King
|
506dca3990
|
BUG: Header and library search path ordering should be consistent.
|
2006-09-28 11:42:19 -04:00 |
Bill Hoffman
|
53ab2aa6af
|
ENH: add /opt/local/include
|
2006-03-27 12:21:43 -05:00 |
Bill Hoffman
|
d33021924d
|
ENH: add more search paths and add UnixPaths to all unix platforms
|
2006-03-27 10:46:42 -05:00 |
Brad King
|
a59dd5d4c3
|
BUG: Fix '/use/lib' to be '/usr/lib'.
|
2006-03-24 14:15:10 -05:00 |
Bill Hoffman
|
a5825cd11a
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |