From: maier Date: Tue, 11 Sep 2012 17:13:20 +0000 (+0000) Subject: A small reminder X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e04abd33ef598e692c3b822565a933caf40401;p=dealii-svn.git A small reminder git-svn-id: https://svn.dealii.org/branches/branch_cmake@26294 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/check/check_for_cxx_features.cmake b/deal.II/contrib/cmake/check/check_for_cxx_features.cmake index 053d12dad1..32d1c42ba4 100644 --- a/deal.II/contrib/cmake/check/check_for_cxx_features.cmake +++ b/deal.II/contrib/cmake/check/check_for_cxx_features.cmake @@ -29,7 +29,7 @@ ENDIF() # Checks for various header files: # -CHECK_INCLUDE_FILES("ostream" HAVE_STD_OSTREAM_HEADER) +CHECK_INCLUDE_FILES("ostream" HAVE_STD_OSTREAM_HEADER) # TODO: remove this... CHECK_INCLUDE_FILES("iosfwd" HAVE_STD_IOSFWD_HEADER) CHECK_INCLUDE_FILES("stdint.h" HAVE_STDINT_H) CHECK_INCLUDE_FILES("stdlib.h" HAVE_STDLIB_H)