From 5e09c52697fafb046e1b35791abaa1e07cecd9e9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Sat, 25 Apr 2020 15:13:41 +0200 Subject: [PATCH] Reindent some html documentation --- doc/users/cmake_dealii.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/users/cmake_dealii.html b/doc/users/cmake_dealii.html index 47d75ccb14..3a8630fd72 100644 --- a/doc/users/cmake_dealii.html +++ b/doc/users/cmake_dealii.html @@ -798,28 +798,28 @@ cmake -DLAPACK_FOUND=true \ (default), deal.II will perform platform introspection for the given CPU. -
  • +
  • BUILD_SHARED_LIBS: If set (default), deal.II will be linked as a shared library
  • - DEAL_II_PREFER_STATIC_LIBS (defaults to off): If set - to true, static archives will be preferred over dynamic libraries when - searching for features and corresponding link interface. + DEAL_II_PREFER_STATIC_LIBS (defaults to off): If set + to true, static archives will be preferred over dynamic libraries when + searching for features and corresponding link interface. -
  • +
  • DEAL_II_STATIC_EXECUTABLE (defaults to off): If set to true, deal.II will be configured in 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_PREFER_STATIC_LIBS=ON. - -
  • - CMAKE_INSTALL_RPATH_USE_LINK_PATH: If set - (default), the deal.II library will be - installed with rpaths set for all libraries outside of the - system search paths + +
  • + CMAKE_INSTALL_RPATH_USE_LINK_PATH: If set + (default), the deal.II library will be + installed with rpaths set for all libraries outside of the + system search paths

    -- 2.39.5