From 1110ac2ca7c12e215b14daff44821d25b8c745a6 Mon Sep 17 00:00:00 2001 From: Dale Glass <51060919+daleglass@users.noreply.github.com> Date: Sun, 5 Jun 2022 23:52:28 +0200 Subject: [PATCH] Remove mistaken line from CMakeLists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julian Groß --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d574c2891..3ec9d942e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,7 +147,6 @@ if(NOT DEFINED OVERTE_WARNINGS_WHITELIST) endif() if(NOT DEFINED OVERTE_WARNINGS_AS_ERRORS) - #message("Enabling warnings as errors") set(OVERTE_WARNINGS_AS_ERRORS false CACHE BOOL "Count warnings as errors") endif()