From dfe4478f43d6a54bd2806a5a728ad40edc9bd242 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Apr 2018 21:36:07 -0600 Subject: [PATCH] Fix a grammar mistake. --- cmake/modules/FindLAPACK.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindLAPACK.cmake b/cmake/modules/FindLAPACK.cmake index cf201ce6ee..eefa78d001 100644 --- a/cmake/modules/FindLAPACK.cmake +++ b/cmake/modules/FindLAPACK.cmake @@ -67,7 +67,7 @@ IF(DEFINED LAPACK_LIBRARIES) ENDIF() # -# Work around a bug in CMake 3.11 by simply filtering out out +# Work around a bug in CMake 3.11 by simply filtering out # "PkgConf::PKGC_BLAS". See bug # https://gitlab.kitware.com/cmake/cmake/issues/17934 # -- 2.39.5