From: Matthias Maier Date: Fri, 7 Jul 2023 03:44:50 +0000 (-0500) Subject: documentation: update two urls X-Git-Tag: relicensing~732^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca72bbf42b867311661f93eae8d3167d1a3cb0f;p=dealii.git documentation: update two urls --- diff --git a/doc/users/cmake_user.html b/doc/users/cmake_user.html index e35985b270..3ad6b495c3 100644 --- a/doc/users/cmake_user.html +++ b/doc/users/cmake_user.html @@ -370,8 +370,8 @@ Please note the (somehow uncommon) empty, opening and closing brackets behind else() and endif(). <expression> can take a multitude of different forms, have a look at the -CMake -documentation for a complete list. Important examples are: +CMake documentation for a +complete list. Important examples are:
 if(${variable})
   - the body will be evaluated if the variable "variable" is defined and
@@ -536,8 +536,8 @@ for further details.
 

You can specify custom include directories and compile definitions prior to a target definition on a per directory basis (have a look at the CMake -documentation for further details): +href="https://cmake.org/documentation/">CMake documentation for further +details):

 include_directories(include1 include2)