From baeaf5caf86fcf91ab15ea1f07abc7b6f95660fd Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 2 Oct 2012 07:30:46 +0000 Subject: [PATCH] A small comment git-svn-id: https://svn.dealii.org/branches/branch_cmake@26922 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/modules/FindARPACK.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/cmake/modules/FindARPACK.cmake b/deal.II/cmake/modules/FindARPACK.cmake index 5350c0c7fb..3311abc921 100644 --- a/deal.II/cmake/modules/FindARPACK.cmake +++ b/deal.II/cmake/modules/FindARPACK.cmake @@ -27,6 +27,8 @@ INCLUDE(FindPackageHandleStandardArgs) # ARPACK needs LAPACK and BLAS as dependency, search for them with the help # of the LAPACK find module: # +# TODO: ARPACK and mpi... +# FIND_PACKAGE(LAPACK) FIND_LIBRARY(ARPACK_LIBRARY -- 2.39.5