From a1f1b42cdf0ad9fae7bcb72df535b9be12e97490 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 26 Feb 2013 11:06:44 +0000 Subject: [PATCH] Some cleanup git-svn-id: https://svn.dealii.org/branches/branch_cmake@28571 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_compiler_flags.cmake | 2 ++ deal.II/cmake/setup_compiler_flags_gnu.cmake | 2 +- deal.II/cmake/setup_custom_targets.cmake | 2 +- deal.II/{cmake/scripts => contrib/utilities}/fe_table.pl | 0 {deal.II/cmake/scripts => tests}/report-build-tests.pl | 0 {deal.II/cmake/scripts => tests}/report-regression-tests.pl | 0 6 files changed, 4 insertions(+), 2 deletions(-) rename deal.II/{cmake/scripts => contrib/utilities}/fe_table.pl (100%) rename {deal.II/cmake/scripts => tests}/report-build-tests.pl (100%) rename {deal.II/cmake/scripts => tests}/report-regression-tests.pl (100%) diff --git a/deal.II/cmake/setup_compiler_flags.cmake b/deal.II/cmake/setup_compiler_flags.cmake index e0287049e5..30420f674b 100644 --- a/deal.II/cmake/setup_compiler_flags.cmake +++ b/deal.II/cmake/setup_compiler_flags.cmake @@ -108,6 +108,8 @@ IF(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS) ENDIF() ELSE(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS) + + MESSAGE(STATUS "") MESSAGE(STATUS "Skipped setup of default compiler flags " "(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS=OFF)" diff --git a/deal.II/cmake/setup_compiler_flags_gnu.cmake b/deal.II/cmake/setup_compiler_flags_gnu.cmake index f24b10dbb9..46acf22b37 100644 --- a/deal.II/cmake/setup_compiler_flags_gnu.cmake +++ b/deal.II/cmake/setup_compiler_flags_gnu.cmake @@ -1,6 +1,6 @@ ##### ## -## Copyright (C) 2012 by the deal.II authors +## Copyright (C) 2012, 2013 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/deal.II/cmake/setup_custom_targets.cmake b/deal.II/cmake/setup_custom_targets.cmake index 6539aa2879..d901075041 100644 --- a/deal.II/cmake/setup_custom_targets.cmake +++ b/deal.II/cmake/setup_custom_targets.cmake @@ -1,6 +1,6 @@ ##### ## -## Copyright (C) 2012 by the deal.II authors +## Copyright (C) 2012, 2013 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/deal.II/cmake/scripts/fe_table.pl b/deal.II/contrib/utilities/fe_table.pl similarity index 100% rename from deal.II/cmake/scripts/fe_table.pl rename to deal.II/contrib/utilities/fe_table.pl diff --git a/deal.II/cmake/scripts/report-build-tests.pl b/tests/report-build-tests.pl similarity index 100% rename from deal.II/cmake/scripts/report-build-tests.pl rename to tests/report-build-tests.pl diff --git a/deal.II/cmake/scripts/report-regression-tests.pl b/tests/report-regression-tests.pl similarity index 100% rename from deal.II/cmake/scripts/report-regression-tests.pl rename to tests/report-regression-tests.pl -- 2.39.5