diff options
author | Brad King <brad.king@kitware.com> | 2017-09-15 14:39:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-15 14:42:14 (GMT) |
commit | 3080a0a61129fae4a2221d333add8b352a78aa66 (patch) | |
tree | 5a6a067710bf8f75daa04355e0b7cdfc7a5a74fc /Source/cmLoadCommandCommand.h | |
parent | c0c5f924fe46fcf83603117689b372cb8520c4bb (diff) | |
download | CMake-3080a0a61129fae4a2221d333add8b352a78aa66.zip CMake-3080a0a61129fae4a2221d333add8b352a78aa66.tar.gz CMake-3080a0a61129fae4a2221d333add8b352a78aa66.tar.bz2 |
FindBoost: Improve behavior when thread dependency is missing
The `find_dependency` macro is not meant for use in find modules and
`return()`s from the caller when the package is not found. Avoid using
it in FindBoost. Instead use plain `find_package` for the Threads
package and manually forward the `QUIET` argument. When the Threads
package is missing then treat the Boost `thread` component as missing.
Issue: #17257
Diffstat (limited to 'Source/cmLoadCommandCommand.h')
0 files changed, 0 insertions, 0 deletions