Fix library linking with CMake.

When using CMake it wasn't possible to use libwrap due to a
configuration error. This has been fixed.

Thanks to Markus Rathgeb.
pull/211/merge
Roger A. Light 11 years ago
parent 175794826b
commit faaf3edd02

@ -90,7 +90,7 @@ add_definitions (-DWITH_BROKER)
add_executable(mosquitto ${MOSQ_SRCS})
set (MOSQ_LIBS ${OPENSSL_LIBRARIES})
set (MOSQ_LIBS ${MOSQ_LIBS} ${OPENSSL_LIBRARIES})
if (UNIX)
if (APPLE)

Loading…
Cancel
Save