Skip to content

Commit

Permalink
[ci] trying to fix windows websocketio issue
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 13, 2024
1 parent 3700a56 commit 9b8ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/webSocketIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ttk_add_base_library(webSocketIO

if (TTK_ENABLE_WEBSOCKETPP)
target_compile_definitions(webSocketIO PUBLIC TTK_ENABLE_WEBSOCKETPP)
target_include_directories(webSocketIO PUBLIC ${WEBSOCKETPP_INCLUDE_DIR})
target_include_directories(webSocketIO SYSTEM PRIVATE ${WEBSOCKETPP_INCLUDE_DIR})
endif()

0 comments on commit 9b8ba01

Please sign in to comment.