From f5b6761128910c57902fffc9850f9800b45599cf Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Tue, 21 Jan 2020 18:25:17 -0700 Subject: [PATCH] CMake: Don't build socket_tcp_ssl.* anymore (deleted upstream) --- panda/src/nativenet/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/nativenet/CMakeLists.txt b/panda/src/nativenet/CMakeLists.txt index 3c10e8d7cc..614af16d33 100644 --- a/panda/src/nativenet/CMakeLists.txt +++ b/panda/src/nativenet/CMakeLists.txt @@ -7,7 +7,7 @@ set(P3NATIVENET_HEADERS buffered_datagramconnection.h buffered_datagramreader.h buffered_datagramreader.I ringbuffer.h ringbuffer.I socket_ip.h - socket_tcp.h socket_tcp_listen.h socket_tcp_ssl.h + socket_tcp.h socket_tcp_listen.h time_accumulator.h time_out.h socket_address.I socket_address.h socket_portable.h time_base.h time_span.h buffered_datagramwriter.h @@ -25,7 +25,6 @@ set(P3NATIVENET_SOURCES socket_ip.cxx socket_tcp.cxx socket_tcp_listen.cxx - socket_tcp_ssl.cxx socket_udp.cxx socket_udp_incoming.cxx socket_udp_outgoing.cxx