From 909d3d7694e44078d1fd69258ea0d33a7bb91b2c Mon Sep 17 00:00:00 2001
From: Ivan Slepov <slepov@jinr.ru>
Date: Tue, 28 Mar 2017 16:25:09 +0300
Subject: [PATCH] Commented maximum numbers of warnings and errors for
 compilation testing

---
 CTestCustom.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CTestCustom.cmake b/CTestCustom.cmake
index 61d5978..dbc3dc9 100644
--- a/CTestCustom.cmake
+++ b/CTestCustom.cmake
@@ -6,13 +6,13 @@
 # -- Number of warnings to display
 # -----------------------------------------------------------
 
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "999" )
+#set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "999" )
 
 # -----------------------------------------------------------
 # -- Number of errors to display
 # -----------------------------------------------------------
 
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   "0" )
+#set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   "0" )
 
 # -----------------------------------------------------------
 # -- Maximum size of passed and failed tests output
-- 
GitLab