From 1164956a40b5b647e1901bd959f8bf248ebe7e56 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 24 Oct 2012 21:32:31 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.dealii.org/branches/branch_cmake@27200 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_deal_ii.cmake | 2 +- deal.II/cmake/setup_finalize.cmake | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/deal.II/cmake/setup_deal_ii.cmake b/deal.II/cmake/setup_deal_ii.cmake index a0fb6fbb29..38cd1769a6 100644 --- a/deal.II/cmake/setup_deal_ii.cmake +++ b/deal.II/cmake/setup_deal_ii.cmake @@ -131,7 +131,7 @@ ENDIF() # -# Cleanup some files used for storing the names of alle object targets that +# Cleanup some files used for storing the names of all object targets that # will be bundled to the deal.II library. # (Right now, i.e. cmake 2.8.8, this is the only reliable way to get # information into a global scope...) diff --git a/deal.II/cmake/setup_finalize.cmake b/deal.II/cmake/setup_finalize.cmake index 90d1ab12f7..4a3fb3647b 100644 --- a/deal.II/cmake/setup_finalize.cmake +++ b/deal.II/cmake/setup_finalize.cmake @@ -30,11 +30,8 @@ MARK_AS_ADVANCED(file_cmd) # CMakeLists.txt for details. # FOREACH(_flags ${DEAL_II_USED_FLAGS}) - SET(${_flags} "${${_flags}} ${${_flags}_SAVED}") - # # Strip leading and trailing whitespace: - # - STRING(STRIP "${${_flags}}" ${_flags}) + STRING(STRIP "${${_flags}} ${${_flags}_SAVED}" ${_flags}) ENDFOREACH() # @@ -212,7 +209,7 @@ IF("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") # # $ make clean - to remove files generated by the build system # $ make distclean - to clean the directory from _all_ generated files -# (includes clean and the removal of the generated build system) +# (\"make clean\" and the removal of the generated build system) # # Have a nice day! ") -- 2.39.5