https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224185

--- Comment #13 from Adriaan de Groot <[email protected]> ---
The magic is this: CMake's FindBoost module defines something called an
*imported target*, which is called something like Boost::Thread, or
Boost::date_time. These imported targets do a couple of things when they are
linked-to (e.g. by doing `target_link_libraries(ceph Boost::Thread)` ):
 - add include paths
 - expand to a bunch of -l flags

When the imported target isn't defined, CMake thinks it's just a regular
library name.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to