Skip to content

Commit 460d5d6

Browse files
committed
Add verbose logging for patch failure
1 parent 6b6f29c commit 460d5d6

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)
5+
SET(PATCH_COMMAND git apply --verbose --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)