We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a16f4f commit a9fe542Copy full SHA for a9fe542
vendor/cpp-httplib/CMakeLists.txt
@@ -156,7 +156,7 @@ if((LLAMA_BUILD_BORINGSSL OR LLAMA_BUILD_LIBRESSL) AND LLAMA_FATAL_WARNINGS)
156
set_target_properties(crypto PROPERTIES COMPILE_OPTIONS "${target_options}")
157
else()
158
get_target_property(target_options crypto COMPILE_OPTIONS)
159
- list(APPEND target_options "-w")
+ list(REMOVE_ITEM target_options "-Werror")
160
message(STATUS "Target options: ${target_options}")
161
162
endif()
0 commit comments