]> https://gitweb.dealii.org/ - dealii.git/commit
cmake check for using and DEAL_II_DEPRECATED 6823/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 22 Jun 2018 00:59:19 +0000 (20:59 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 22 Jun 2018 00:59:19 +0000 (20:59 -0400)
commit770538e3e638e8f24f2ad337bd482b23947ea202
tree7c6cd6f9ec8287dfede92721aa6544b6b245ceb5
parent74a90b4e663b49224aecbe99e48473eb29b4f270
cmake check for using and DEAL_II_DEPRECATED

it turns out the intel compiler doesn't like deprecated using:
```
In file included from /ssd/deal-git/source/lac/affine_constraints.cc(16):
/ssd/deal-git/include/deal.II/lac/affine_constraints.h(65): warning #2651: attribute does not apply to any entity
  using ConstraintMatrix DEAL_II_DEPRECATED = AffineConstraints<double>;
```

This updates the cmake check to stop this from happening.
cmake/checks/check_02_compiler_features.cmake

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.