behind <code>else()</code> and <code>endif()</code>.
<code><expression></code> can take a multitude of different forms,
have a look at the
-<a href="http://cmake.org/cmake/help/v2.8.8/cmake.html">CMake
-documentation</a> for a complete list. Important examples are:
+<a href="https://cmake.org/documentation">CMake documentation</a> for a
+complete list. Important examples are:
<pre class="cmake">
if(${variable})
- the body will be evaluated if the variable "variable" is defined and
<p>
You can specify custom include directories and compile definitions prior to
a target definition on a per directory basis (have a look at the <a
-href="http://cmake.org/cmake/help/v2.8.8/cmake.html">CMake
-documentation</a> for further details):
+href="https://cmake.org/documentation/">CMake documentation</a> for further
+details):
<pre class="cmake">
include_directories(include1 include2)