From f94f674693b00569e5aab124080c2bdc245d249b Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Mon, 8 Nov 2010 20:38:37 +0100 Subject: [PATCH] Enable -Werror. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8e0b0d..24b4c4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,9 +29,6 @@ SET(CUSTOM_HEADER_DIR "${PROJECT_NAME}") # Defines paths. SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) -# Disable -Werror on Unix for now. -SET(CXX_DISABLE_WERROR True) - SETUP_PROJECT() # Add configuration headers for plug-ins. -- GitLab