From 297556c69e861e41264b06c9a125232c76cc0d42 Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Fri, 10 Mar 2023 07:45:53 +0000 Subject: [PATCH] Only compile connect.cpp when networking is enabled. --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 949ee609..f6042f1e 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -26,7 +26,6 @@ set(COMMON_SRC crc.cpp crew.cpp cstraw.cpp - connect.cpp debugstring.cpp delay.cpp dipthong.cpp @@ -157,6 +156,7 @@ endif() if(NETWORKING) list(APPEND COMMONV_SRC + connect.cpp ipxaddr.cpp wsproto.cpp wspudp.cpp