diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-24 18:16:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-24 18:16:41 (GMT) |
commit | ff812580ebec0b7ff908feeb256ad263bfc0c41a (patch) | |
tree | 0d99dfaa7a1790bd9435481d0ff8fdbe215a99c9 /bootstrap | |
parent | 9c4997bf06361b05ddad6d23388086b012d381fb (diff) | |
download | CMake-ff812580ebec0b7ff908feeb256ad263bfc0c41a.zip CMake-ff812580ebec0b7ff908feeb256ad263bfc0c41a.tar.gz CMake-ff812580ebec0b7ff908feeb256ad263bfc0c41a.tar.bz2 |
ENH: add a new library path ordering algorithm to make sure -L paths will pick the correct libraries if possible
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ CMAKE_CXX_SOURCES="\ cmCustomCommand \ cmCacheManager \ cmListFileCache \ + cmOrderLinkDirectories \ cmSourceGroup" CMAKE_C_SOURCES="\ |