Commit 5f3824a5 authored by Brad King's avatar Brad King Committed by Daniel Stenberg
Browse files

CMake: Restore order-dependent library checks

Revert commit 2257deb5

 (Cmake: Avoid cycle directory dependencies,
2014-08-22) and add a comment explaining the purpose of the original
code.

The check_library_exists_concat macro is intended to be called multiple
times on a sequence of possibly dependent libraries.  Later libraries
may depend on earlier libraries when they are static.  They cannot be
safely linked in reverse order on some platforms.

Signed-off-by: default avatarBrad King <brad.king@kitware.com>
parent 1ae06e00
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment