From 9ca72bbf42b867311661f93eae8d3167d1a3cb0f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 6 Jul 2023 22:44:50 -0500 Subject: [PATCH] documentation: update two urls --- doc/users/cmake_user.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)
-- 
2.39.5