aboutsummaryrefslogtreecommitdiffstats
path: root/modules/websocket.cpp
diff options
context:
space:
mode:
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