From 428f9a4177a71e064793c14112b60f2e295f18da Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 10 Jun 2005 16:37:01 +0000 Subject: [PATCH] ENH: doh! support also the other case... --- CMake/CTestCustom.ctest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index a62a734e..aeb04ee0 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -1,6 +1,6 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} - "comparison is always false due to limited range of data type" + "comparison is always (true|false) due to limited range of data type" ) -- 2.45.1