mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 12:07:52 +08:00
733b918efc
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
521 B
Diff
14 lines
521 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 54ad99f..7919b37 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -55,7 +55,7 @@ if(MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
|
|
endif(MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
|
|
|
|
if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "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")
|