From b40193383ee0f993e9242029b30a995f9dc6d1de Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 3 Mar 2014 01:10:02 +0000 Subject: [PATCH] Fix a typo. Clarify a statement. git-svn-id: https://svn.dealii.org/trunk@32599 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/users/cmake.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/users/cmake.html b/deal.II/doc/users/cmake.html index 85a2a1f432..4cc9cf795f 100644 --- a/deal.II/doc/users/cmake.html +++ b/deal.II/doc/users/cmake.html @@ -5,7 +5,7 @@ deal.II CMake documentation - + @@ -820,7 +820,7 @@ cmake -DLAPACK_FOUND=true \ a way to provide a link interface that is suitable for static linkage of executables. Enabling this option forces BUILD_SHARED_LIBS=OFF and - DEAL_II_PERFER_STATIC_LIBS. + DEAL_II_PREFER_STATIC_LIBS=ON.
  • CMAKE_INSTALL_RPATH_USE_LINK_PATH: If set -- 2.39.5