Skip to content

Commit

Permalink
发布 Version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Mar 7, 2024
1 parent 420db37 commit 22d0c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18.4)

project(candy LANGUAGES CXX VERSION 4.1)
project(candy LANGUAGES CXX VERSION 5.0)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++20 -Wall -Wfatal-errors")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=address")
Expand Down
2 changes: 1 addition & 1 deletion cmake/ixwebsocket.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else()
FetchContent_Declare(
ixwebsocket
GIT_REPOSITORY https://github.com/machinezone/IXWebSocket.git
GIT_TAG ef57e3a2b14c17b1a05aed0079f55fac2ece4996
GIT_TAG c5a02f1066fb0fde48f80f51178429a27f689a39
)

set(USE_TLS 1 CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 22d0c88

Please sign in to comment.