From 01ae738380dcb504bb8a8d016e6c20d05d959a17 Mon Sep 17 00:00:00 2001
From: Jonathan Guinet <jonathan.guinet@c-s.fr>
Date: Fri, 13 May 2011 17:54:36 +0200
Subject: [PATCH] ENH: remove IF(APPLE) section since it actually overrides the
 previous definitions

---
 CMake/CTestCustom.cmake.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index 05bee7cb4e..9e470f7c50 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -51,12 +51,6 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "ranlib: file: .+ has no symbols"
   "libtool:.*file:.*has no symbols"
   "Fl_Image.H:.*warning:.*dereferencing type-punned pointer will break strict-aliasing rules.*"
-  )
-
-IF(APPLE)
-SET(CTEST_CUSTOM_WARNING_EXCEPTION
-  ${CTEST_CUSTOM_WARNING_EXCEPTION}
   "warning -.: directory name .* does not exist"
   "ld.*warning.*duplicate dylib.*"
   )
-ENDIF(APPLE)
-- 
GitLab