Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 1
to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fsfe/reuse-action/releases">fsfe/reuse-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h3>Changes</h3>
<ul>
<li>Bump to the latest reuse-tool major version 2.x. With new releases
in this major version, this action will automatically follow.</li>
</ul>
<h2>v1.3.0</h2>
<h3>Changes</h3>
<ul>
<li>This action will now carry the same major version as the
corresponding reuse-tool version it uses</li>
</ul>
<h2>v1.2.0</h2>
<h3>Fixes</h3>
<ul>
<li>Detect Git VCS in workspace again (<a
href="https://redirect.github.com/fsfe/reuse-action/issues/18">#18</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Define Github workspace for Docker container via environment
variable (<a
href="https://redirect.github.com/fsfe/reuse-action/issues/18">#18</a>)</li>
</ul>
<h2>v1.1.1</h2>
<p>No effective changes, just a new release to trigger the verified
creators check.</p>
<h2>v1.1</h2>
<p>The first stable release of the REUSE Github action.</p>
<ul>
<li>It enables the use of other subcommands (like <code>spdx</code>) and
optional arguments (like <code>--include-submodules</code>).</li>
<li>BREAKING: The old <code>cmd</code> argument does not work any more.
Please see the README.md for examples how to pass extra commands and
arguments to the action.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f2804894b"><code>4f28048</code></a>
bump to reuse-tool major version 2</li>
<li>See full diff in <a
href="https://github.com/fsfe/reuse-action/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
The Computational Geometry Algorithms Library (CGAL) is a C++ library that
aims to provide easy access to efficient and reliable algorithms in
computational geometry.
CGAL Releases
The primary vector of distribution of CGAL are source tarballs, released
twice a year, announced on the web site of CGAL.
Getting Started with CGAL
Since version 5.0, CGAL is a header-only library, meaning that
it is no longer needed to build CGAL libraries before it can be used.
Head over to the CGAL manual
for usage guides and tutorials that will get you started smoothly.
The Git repository of CGAL has a different layout from release tarballs. It
contains a CMakeLists.txt file that serves as anchor for configuring and building programs,
and a set of subfolders, so called packages. Most packages
implement a data structure or an algorithm for CGAL (e.g., Convex_hull_2,
or Triangulation_3); however some packages serve special needs: