CMakeLists.txt: Set DISABLE_WERROR to TRUE by default.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 19 Aug 2018 15:36:04 +0000 (17:36 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 19 Aug 2018 15:39:27 +0000 (17:39 +0200)
commit5c3c8c1ef594dfd6acbac68684eba1a315de2dc1
tree7fc11c425e45abb3bc8ac72ebccd290ce2508566
parent2a09e77148279258c347f8cf9c55daa667a034f8
CMakeLists.txt: Set DISABLE_WERROR to TRUE by default.

There's various compile problems that can result from building with
-Werror on by default, which are outside of our control (e.g. that need
to be fixed in external libraries), for example #1144 or 1145.
CMakeLists.txt