mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
11 lines
270 B
CMake
11 lines
270 B
CMake
--- cmake/Build.cmake.orig 2024-08-31 06:52:24 UTC
|
|
+++ cmake/Build.cmake
|
|
@@ -18,7 +18,6 @@ elseif(UNIX)
|
|
add_compile_options(/WX)
|
|
elseif(UNIX)
|
|
message(STATUS "Enabling warnings as errors (GNU/Clang)")
|
|
- add_compile_options(-Werror)
|
|
endif()
|
|
|
|
macro(post_config)
|