From e7f7e470e2a5a22758c040da9061dc9b5aa076ff Mon Sep 17 00:00:00 2001 From: Laurent Amat <71844534+LaurentAmat@users.noreply.github.com> Date: Fri, 5 Mar 2021 08:04:04 +0100 Subject: [PATCH] Case sensitive link (#269) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77d2f6be..b4013a1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,7 +191,7 @@ if (USE_TLS) target_link_libraries(ixwebsocket ${MBEDTLS_LIBRARIES}) elseif (USE_SECURE_TRANSPORT) message(STATUS "TLS configured to use secure transport") - target_link_libraries(ixwebsocket "-framework foundation" "-framework security") + target_link_libraries(ixwebsocket "-framework Foundation" "-framework Security") endif() endif()