From: maier Date: Wed, 26 Sep 2012 14:49:31 +0000 (+0000) Subject: Fix two typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1985dddbf372334485d69e419a66db1e28200b8c;p=dealii-svn.git Fix two typos git-svn-id: https://svn.dealii.org/branches/branch_cmake@26752 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake b/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake index 7de8191e40..c917f38e67 100644 --- a/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake @@ -11,7 +11,7 @@ MACRO(DEAL_II_SETUP_TARGET target) - CMAKE_MINIMUM_REQUIRED(2.8.8) + CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) SET_TARGET_PROPERTIES(${target} PROPERTIES INCLUDE_DIRECTORIES diff --git a/deal.II/include/deal.II/base/config.h.in b/deal.II/include/deal.II/base/config.h.in index 243b8fda35..57cd2ad7dd 100644 --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@ -242,9 +242,10 @@ * "__gterr =", but then forgets to undef this thing. Boost simply wants to * concatenate the underscore with another string to form a class name, which * then of course isn't valid any more. See mails in early Feb 2006. + * + * TODO: Obsolete? */ -/* TODO: Obsolete? - #cmakedefine PETSC_SKIP_UNDERSCORE_CHKERR */ +#cmakedefine PETSC_SKIP_UNDERSCORE_CHKERR /** * These macros are defined to make testing for PETSc versions within