summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index bbdeadb7..c10cd32f 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -1,5 +1,5 @@
#
-# For further details regarding this file,
+# For further details regarding this file,
# see http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
#
@@ -11,7 +11,7 @@ SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 500)
# Files to explicitly exclude from code coverage
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
-
+
# Exclude the internal BLAS libraries
"/BLAS/"
@@ -23,22 +23,22 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
- # Common warning when linking ATLAS built with GNU Fortran 4.1 and building
+ # Common warning when linking ATLAS built with GNU Fortran 4.1 and building
# with GNU Fortran 4.4. It can be safely ignored.
"libgfortran.*may conflict with libgfortran"
# Harmless warning often seen on IRIX
"WARNING 84 : .*libm.* is not used for resolving any symbol"
- # Warnings caused by sun compilers when building code to only run on your
+ # Warnings caused by sun compilers when building code to only run on your
# native platform
"xarch=native on this architecture implies -xarch=.*which generates code that does not run"
-
+
# Harmless warnings from the Intel compiler on Windows
"ipo: warning #11010: file format not recognized for .*\\.exe\\.embed\\.manifest\\.res"
"LINK : warning LNK4224: /INCREMENTAL:YES is no longer supported; ignored"
- # Warnings caused by string truncation in the test code. The truncation is
+ # Warnings caused by string truncation in the test code. The truncation is
# intentional
"Character string truncated to length 1 on assignment"
)