Skip to content

Commit ef06476

Browse files
committed
Use old gcc patch
1 parent 67f7401 commit ef06476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/Dependencies/libwebsockets-CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6.3)
22

33
project(libwebsocket-download NONE)
44

5-
#SET(PATCH_COMMAND git apply --ignore-whitespace ${CMAKE_CURRENT_LIST_DIR}/libwebsockets-old-gcc-fix-cast-cmakelists.patch ${CMAKE_CURRENT_LIST_DIR}/libwebsockets-leak-pipe-fix.patch)
5+
SET(PATCH_COMMAND git apply --ignore-whitespace ${CMAKE_CURRENT_LIST_DIR}/libwebsockets-old-gcc-fix-cast-cmakelists.patch)
66

77
include(ExternalProject)
88
if (BUILD_STATIC_LIBS)

0 commit comments

Comments
 (0)