From fef53c74b5520fe6404d581a3c15fad4177f29b7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 30 Jan 2016 00:04:52 +0100 Subject: CMake: Remove per-module Werror settings Seems i was the only one who was really up to using it and i do have gcc-5 finally backported and installed here so such a fine-tune flags are no longer needed. --- intern/opensubdiv/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'intern/opensubdiv/CMakeLists.txt') diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt index a4dfe339728..311b89b97cf 100644 --- a/intern/opensubdiv/CMakeLists.txt +++ b/intern/opensubdiv/CMakeLists.txt @@ -49,11 +49,6 @@ set(SRC opensubdiv_intern.h ) -if(WITH_SUBSURF_WERROR) - ADD_CHECK_C_COMPILER_FLAG(CMAKE_C_FLAGS C_WERROR -Werror) - ADD_CHECK_CXX_COMPILER_FLAG(CMAKE_CXX_FLAGS C_WERROR -Werror) -endif() - macro(OPENSUBDIV_DEFINE_COMPONENT component) if(${${component}}) add_definitions(-D${component}) -- cgit v1.2.3