aboutsummaryrefslogtreecommitdiffstats
path: root/modules/websocket.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-05-13 22:12:14 +0100
committerGravatar Sadie Powell2026-05-13 22:15:28 +0100
commit6072cbf5d1d1e9d44341a526cba100808e81f76d (patch)
treead29b7b8615938f2bbb5ba95d488d41ab79060cc /modules/websocket.cpp
parentMigrate the httpd module from http_parser to llhttp/yuarel. (diff)
Fix CMake usage when linking against utfcpp.
Diffstat (limited to 'modules/websocket.cpp')
-rw-r--r--modules/websocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/websocket.cpp b/modules/websocket.cpp
index a3bf9d400..80ebbd327 100644
--- a/modules/websocket.cpp
+++ b/modules/websocket.cpp
@@ -21,7 +21,7 @@
/// BEGIN CMAKE
/// if($ENV{SYSTEM_UTFCPP})
-/// target_compile_definitions(${TARGET} "USE_SYSTEM_UTFCPP")
+/// target_compile_definitions(${TARGET} PRIVATE "USE_SYSTEM_UTFCPP")
/// endif()
/// END CMAKE