From 96a5907fbc5787b9b8e45d9acc9033af7a112718 Mon Sep 17 00:00:00 2001 From: julie Date: Mon, 20 Dec 2010 22:54:32 +0000 Subject: Added a CTestCustom.cmake file to filter unwanted files from code coverage and suppress harmless warnings on the dashboard. - Chuck Atkins (Kitware) --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a9cc476..b25d0285 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,13 @@ cmake_minimum_required(VERSION 2.6) project(LAPACK Fortran) +# Configure the warning and code coverage suppression file +configure_file( + "${LAPACK_SOURCE_DIR}/CTestCustom.cmake.in" + "${LAPACK_BINARY_DIR}/CTestCustom.cmake" + COPYONLY +) + # Add the CMake directory for custon CMake modules set(CMAKE_MODULE_PATH "${LAPACK_SOURCE_DIR}/CMAKE" ${CMAKE_MODULE_PATH}) -- cgit v1.2.3