vcpkg/ports/trantor/001-disable-werror.patch

14 lines
399 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee63bc8..4328c70 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,7 +76,7 @@ if(NOT
"Windows"
AND CMAKE_CXX_COMPILER_ID MATCHES Clang|GNU
)
- target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Werror)
+ target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra)
endif()
if(${CMAKE_SYSTEM_NAME} STREQUAL "Haiku")