]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Remove forgotten debug output 2830/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 14 Jul 2016 22:36:25 +0000 (17:36 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 14 Jul 2016 22:36:25 +0000 (17:36 -0500)
*blush*

cmake/modules/FindPETSC.cmake

index 59ef19db444b8df41e1cdf8f7409ca4abad14f79..7e863550f0330cd9507e466f62d21f5f0c6860f6 100644 (file)
@@ -57,7 +57,6 @@ SET(PETSC_PETSCCONF_H "${PETSC_INCLUDE_DIR_ARCH}/petscconf.h")
 MACRO(_petsc_feature_check _var _regex)
   FILE(STRINGS "${PETSC_PETSCCONF_H}" PETSC_${_var}_STRING
     REGEX "${_regex}")
-  MESSAGE(STATUS "PETSC_${_var}_STRING -- ${PETSC_${_var}_STRING}")
   IF("${PETSC_${_var}_STRING}" STREQUAL "")
     SET(PETSC_WITH_${_var} FALSE)
   ELSE()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.