Skip to content

Commit 21db84a

Browse files
committed
Fix websocket header copypasta
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent bd7fed2 commit 21db84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/csp/adapters/websocket/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(WS_CLIENT_SOURCE_FILES
2020
)
2121

2222
add_library(csp_websocket_client_adapter STATIC ${WS_CLIENT_SOURCE_FILES})
23-
set_target_properties(csp_websocket_client_adapter PROPERTIES PUBLIC_HEADER "${WS_CLIENT_SOURCE_FILES}")
23+
set_target_properties(csp_websocket_client_adapter PROPERTIES PUBLIC_HEADER "${WS_CLIENT_HEADER_FILES}")
2424

2525
find_package(Boost REQUIRED)
2626
find_package(OpenSSL REQUIRED)

0 commit comments

Comments
 (0)