aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/synergy/files/patch-CMakeLists.txt
blob: 316d9bf52ed9a8e6aa088f932b2455d8d43b8955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- CMakeLists.txt.orig 2014-05-23 23:43:58.000000000 +0800
+++ CMakeLists.txt  2014-05-30 13:55:26.000000000 +0800
@@ -74,10 +74,6 @@
 # Depending on the platform, pass in the required defines.
 if (UNIX)
 
-   # warnings as errors:
-   # we have a problem with people checking in code with warnings.
-   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
-
    # For config.h, detect the libraries, functions, etc.
    include(CheckIncludeFiles)
    include(CheckLibraryExists)