[cig-commits] [commit] master: Make message look uniform. (434a201)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 27 17:19:09 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/586c90b1a92e2e5718f052f6dba3463d53fdbe70...434a201f7bdf0ba46f41240cc9b8451e0266593f

>---------------------------------------------------------------

commit 434a201f7bdf0ba46f41240cc9b8451e0266593f
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Tue May 27 19:18:39 2014 -0500

    Make message look uniform.


>---------------------------------------------------------------

434a201f7bdf0ba46f41240cc9b8451e0266593f
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c0a94d..c4e8031 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,11 +42,11 @@ IF(NOT ${deal.II_FOUND})
     )
 ENDIF()
 
-MESSAGE(STATUS "found deal.II version ${DEAL_II_PACKAGE_VERSION} at '${deal.II_DIR}'")
+MESSAGE(STATUS "Found deal.II version ${DEAL_II_PACKAGE_VERSION} at '${deal.II_DIR}'")
 
 SET(ASPECT_USE_PETSC OFF CACHE BOOL "Use PETSc instead of Trilinos if set to 'on'.")
 
-MESSAGE(STATUS "using PETSc = '${ASPECT_USE_PETSC}'")
+MESSAGE(STATUS "Using PETSc = '${ASPECT_USE_PETSC}'")
 
 SET(_DEALII_GOOD ON)
 



More information about the CIG-COMMITS mailing list