| commit | a8cedb1572f720dccc031edefe38f063c552b51f | [log] [tgz] | 
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Mon Feb 20 10:51:40 2023 -0500 | 
| committer | Brad King <brad.king@kitware.com> | Mon Feb 20 10:53:42 2023 -0500 | 
| tree | 4fcc81ff91ce18e6ecd55e4d296553847d8c9364 | |
| parent | 3b3f2e920bc33882b0f19046995ccb61c5ddaf87 [diff] | 
FindOpenSSL: Fix regression in dependency on threads Since commit 1b7804edd0 (FindOpenSSL: use extra dependencies from pkg-config as well, 2022-12-05, v3.26.0-rc1~227^2) we conditionally find Threads but unconditionally depend on it. Make the conditions consistent. Fixes: #24505