From 13139b04cb8cfbe99f5d3fd6433020567af92971 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 1 Jul 2013 19:42:20 -0500 Subject: in cmake, remove the 'full_warnings' option because we always run with full warnings. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a043d9d..c8dc83e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ set (PACKAGE ${CMAKE_PROJECT_NAME}) set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME}) option (enable_tests "Build the package's automatic tests." ON) -option (full_warnings "Full compiler warnings." ON) option (enable_lcov "Generate lcov code coverage reports." ON) find_package(PkgConfig REQUIRED) -- cgit v1.2.3