From: Timo Heister <timo.heister@gmail.com>
Date: Thu, 23 Jul 2015 13:27:41 +0000 (-0400)
Subject: Fix cmake configure issue introduced by	#1148
X-Git-Tag: v8.3.0-rc2~3^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1187%2Fhead;p=dealii.git

Fix cmake configure issue introduced by	#1148

add missing RESET_CMAKE_REQUIRED() introduced by #1148 and commit
e02e450.
---

diff --git a/cmake/checks/check_03_compiler_bugs.cmake b/cmake/checks/check_03_compiler_bugs.cmake
index c741149b4f..17c7a0db52 100644
--- a/cmake/checks/check_03_compiler_bugs.cmake
+++ b/cmake/checks/check_03_compiler_bugs.cmake
@@ -420,5 +420,5 @@ IF(DEAL_II_WITH_CXX11)
     "
     DEAL_II_ICC_SFINAE_BUG
     )
-
+  RESET_CMAKE_REQUIRED()
 ENDIF()