Files
Ben Marsh af68d99c98 Fix CMake builds with WITH_TLS=OFF
Recent CMake changes caused CMake builds with the WITH_TLS option set to OFF to fail. The OpenSSL package is only found (find_package()) if WITH_TLS is ON, but linking to OpenSSL for the broker and library is not guarded by WITH_TLS. The build therefore fails.

Guard linking to OpenSSL, only linking if WITH_TLS is set.
2025-07-30 17:30:02 +01:00
..
2025-04-06 22:25:02 +01:00
2025-07-11 22:06:10 +01:00
2025-07-11 22:06:10 +01:00
2025-04-06 22:25:02 +01:00
2025-07-11 22:06:10 +01:00
2025-04-06 22:25:02 +01:00
2025-04-06 22:25:02 +01:00
2025-07-11 22:06:10 +01:00