diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-02-23 18:31:23 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-02-23 18:31:23 (GMT) |
commit | 24c7279a6f2c895c6c24cbc3f2b22e00baa42173 (patch) | |
tree | 26544354c0a447c4c95dbebfa5ae0718b3e317dd /Help/guide/tutorial/Complete/MathFunctions/MakeTable.cmake | |
parent | b8ee18759ba6bcad6820df060ba5c0b8df36b740 (diff) | |
download | CMake-24c7279a6f2c895c6c24cbc3f2b22e00baa42173.zip CMake-24c7279a6f2c895c6c24cbc3f2b22e00baa42173.tar.gz CMake-24c7279a6f2c895c6c24cbc3f2b22e00baa42173.tar.bz2 |
FindOpenSSL: Search for -pthread flag
Because -pthread doesn't begin with -l, it doesn't show up in the
pkgconfig LIBRARIES variable, causing FindOpenSSL to not add the
Threads::Threads dependency. Explicitly search LDFLAGS_EXTRA
for -pthread and add the dependency if it's found.
Fixes: #24532
Diffstat (limited to 'Help/guide/tutorial/Complete/MathFunctions/MakeTable.cmake')
0 files changed, 0 insertions, 0 deletions