From: Bryan Gardiner <bog@khumba.net>
Date: 2026-01-30
Subject: [PATCH] Don't use bundled websocketpp library.

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a121f99..5241f034 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,7 +164,7 @@ target_include_directories(pokerth_lib PUBLIC
     src/net
     src/config
     src/core
-    src/third_party/websocketpp)
+)
 
 target_link_libraries(pokerth_lib PUBLIC "${Boost_LIBRARIES}")
 target_link_libraries(pokerth_lib PUBLIC "${OPENSSL_LIBRARIES}")
-- 
