mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
14 lines
399 B
Diff
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")
|