From: Matthias Maier Date: Sun, 2 Feb 2014 00:31:01 +0000 (+0000) Subject: I have no idea where this cache invalidation comes from - disable for now X-Git-Tag: v8.2.0-rc1~910 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4158a58093c411c2df439ced8313458527df179a;p=dealii.git I have no idea where this cache invalidation comes from - disable for now git-svn-id: https://svn.dealii.org/trunk@32373 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index f43d12740c..3b5c724258 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -124,7 +124,7 @@ ENDFOREACH() INCLUDE(setup_custom_targets) INCLUDE(setup_finalize) INCLUDE(setup_write_config) -INCLUDE(setup_sanity_checks) +#INCLUDE(setup_sanity_checks) ########################################################################