From: maier Date: Mon, 10 Sep 2012 15:47:09 +0000 (+0000) Subject: Rename check_cxx_features to check_for_cxx_features X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e330d39ad0046590bc1980abdf9d78e8d30201e0;p=dealii-svn.git Rename check_cxx_features to check_for_cxx_features git-svn-id: https://svn.dealii.org/branches/branch_cmake@26272 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 52861a3ace..b1dc292736 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -84,7 +84,7 @@ ADD_CUSTOM_TARGET(deal_ii_target_dependencies) # Platform checks: # -INCLUDE(check_cxx_features) +INCLUDE(check_for_cxx_features) diff --git a/deal.II/contrib/cmake/tests/check_cxx_features.cmake b/deal.II/contrib/cmake/tests/check_for_cxx_features.cmake similarity index 100% rename from deal.II/contrib/cmake/tests/check_cxx_features.cmake rename to deal.II/contrib/cmake/tests/check_for_cxx_features.cmake diff --git a/deal.II/include/deal.II/base/config.h.in b/deal.II/include/deal.II/base/config.h.in index 2a7794b4b8..3ec1f360e2 100644 --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@ -29,7 +29,7 @@ /* - * Configured in check_cxx_features: + * Configured in check_for_cxx_features: */