From: maier Date: Tue, 25 Sep 2012 10:02:04 +0000 (+0000) Subject: Typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c3ba386dc91a5b42ec844b10c8679f11fc1b61;p=dealii-svn.git Typos git-svn-id: https://svn.dealii.org/branches/branch_cmake@26714 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_boost.cmake b/deal.II/cmake/configure/configure_boost.cmake index f17f90ca09..00b670d801 100644 --- a/deal.II/cmake/configure/configure_boost.cmake +++ b/deal.II/cmake/configure/configure_boost.cmake @@ -63,7 +63,7 @@ MACRO(FEATURE_BOOST_CONFIGURE_CONTRIB var) LIST(APPEND DEAL_II_DEFINITIONS "BOOST_NO_HASH" "BOOST_NO_SLIST" ) - LIST(APPEND DEAL_II_USER_DEFINIITONS + LIST(APPEND DEAL_II_USER_DEFINITIONS "BOOST_NO_HASH" "BOOST_NO_SLIST" ) diff --git a/deal.II/cmake/setup_compiler_flags_gnu.cmake b/deal.II/cmake/setup_compiler_flags_gnu.cmake index ab7d8ed594..fd9796aab5 100644 --- a/deal.II/cmake/setup_compiler_flags_gnu.cmake +++ b/deal.II/cmake/setup_compiler_flags_gnu.cmake @@ -128,7 +128,7 @@ ENDIF() IF (CMAKE_BUILD_TYPE MATCHES "Debug") LIST(APPEND DEAL_II_DEFINITIONS_DEBUG "DEBUG") - LIST(APPEND DEAL_II_USER_DEFINTIONS_DEBUG "DEBUG") + LIST(APPEND DEAL_II_USER_DEFINITIONS_DEBUG "DEBUG") ADD_FLAGS(DEAL_II_CXX_FLAGS_DEBUG "-O0")