From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4df15e38abf74613745b865d44ffaf3ef6a3f2d6;p=dealii-svn.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) ########################################################################