Skip to content

Commit a9fe542

Browse files
authored
restore
1 parent 5a16f4f commit a9fe542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/cpp-httplib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if((LLAMA_BUILD_BORINGSSL OR LLAMA_BUILD_LIBRESSL) AND LLAMA_FATAL_WARNINGS)
156156
set_target_properties(crypto PROPERTIES COMPILE_OPTIONS "${target_options}")
157157
else()
158158
get_target_property(target_options crypto COMPILE_OPTIONS)
159-
list(APPEND target_options "-w")
159+
list(REMOVE_ITEM target_options "-Werror")
160160
message(STATUS "Target options: ${target_options}")
161161
set_target_properties(crypto PROPERTIES COMPILE_OPTIONS "${target_options}")
162162
endif()

0 commit comments

Comments
 (0)