From: Jean-Paul Pelteret Date: Sat, 25 Apr 2020 13:13:41 +0000 (+0200) Subject: Reindent some html documentation X-Git-Tag: v9.3.0-rc1~1598^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e09c52697fafb046e1b35791abaa1e07cecd9e9;p=dealii.git Reindent some html documentation --- 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