diff options
| author | 2026-05-13 22:12:14 +0100 | |
|---|---|---|
| committer | 2026-05-13 22:15:28 +0100 | |
| commit | 6072cbf5d1d1e9d44341a526cba100808e81f76d (patch) | |
| tree | ad29b7b8615938f2bbb5ba95d488d41ab79060cc /modules/websocket.cpp | |
| parent | Migrate 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.cpp | 2 |
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 |
