Skip to content

Commit

Permalink
Update to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Nov 28, 2023
1 parent 100ea86 commit 7cb373a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMake/Dependencies/libwebsockets-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.6.3)

project(libwebsocket-download NONE)

SET(PATCH_COMMAND git apply --verbose --ignore-whitespace ${CMAKE_CURRENT_LIST_DIR}/libwebsockets-old-gcc-fix-cast-cmakelists.patch)

include(ExternalProject)
if (BUILD_STATIC_LIBS)
set(LWS_WITH_SHARED 0)
Expand All @@ -30,7 +28,7 @@ endif()

ExternalProject_Add(project_libwebsockets
GIT_REPOSITORY https://github.com/warmcat/libwebsockets.git
GIT_TAG v4.3.2
GIT_TAG v4.3.3
PATCH_COMMAND ${PATCH_COMMAND}
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
LIST_SEPARATOR |
Expand Down

0 comments on commit 7cb373a

Please sign in to comment.