Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if (NOT DISABLE_WEBSOCKETS)
FetchContent_Declare(
WEBSOCKETPP
GIT_REPOSITORY https://github.com/zaphoyd/websocketpp.git
GIT_TAG 56123c87598f8b1dd471be83ca841ceae07f95ba # 0.8.2
GIT_TAG 4dfe1be74e684acca19ac1cf96cce0df9eac2a2d # 0.8.2 with modified CMake version
)
FetchContent_MakeAvailable(WEBSOCKETPP)
add_subdirectory(${websocketpp_SOURCE_DIR} EXCLUDE_FROM_ALL)
Expand Down