mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
14 lines
571 B
Diff
14 lines
571 B
Diff
diff --git a/fuzzylite/CMakeLists.txt b/fuzzylite/CMakeLists.txt
|
|
index 28435e2..3824c8f 100644
|
|
--- a/fuzzylite/CMakeLists.txt
|
|
+++ b/fuzzylite/CMakeLists.txt
|
|
@@ -74,7 +74,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY bin)
|
|
if(NOT MSVC)
|
|
#TODO: Remove -Werror before release.
|
|
#Add Unix compilation flags
|
|
- set(CMAKE_CXX_FLAGS "-pedantic -Wall -Wextra -Werror ${CMAKE_CXX_FLAGS}")
|
|
+ set(CMAKE_CXX_FLAGS "-pedantic -Wall -Wextra ${CMAKE_CXX_FLAGS}")
|
|
|
|
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
|
|
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
|