We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847aede commit 5a16f4fCopy full SHA for 5a16f4f
1 file changed
vendor/cpp-httplib/CMakeLists.txt
@@ -156,7 +156,8 @@ 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(REMOVE_ITEM target_options "-Werror")
+ list(APPEND target_options "-w")
160
+ message(STATUS "Target options: ${target_options}")
161
162
endif()
163
0 commit comments