From: Matthias Maier Date: Thu, 14 Jul 2016 22:36:25 +0000 (-0500) Subject: CMake: Remove forgotten debug output X-Git-Tag: v8.5.0-rc1~867^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13f0084c5373aae88b882aae3b3487e49ec3b20;p=dealii.git CMake: Remove forgotten debug output *blush* --- diff --git a/cmake/modules/FindPETSC.cmake b/cmake/modules/FindPETSC.cmake index 59ef19db44..7e863550f0 100644 --- a/cmake/modules/FindPETSC.cmake +++ b/cmake/modules/FindPETSC.cmake @@ -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()