star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit 6061599c1a0fd853e85bc5625f9386fb162c8636
parent 10efd006186ce39e111b30f070d8f1fbeb2cd0a1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 28 Nov 2023 16:51:06 +0100

Merge branch 'release_0.4.1'

Diffstat:
MREADME.md | 4++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -22,6 +22,10 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.4.1 + +- Upgrade Clipper2 dependency to 1.3.0. + ### Version 0.4 - Add scpr_is_vertex_in_component, scpr_is_component_in_component and diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -29,7 +29,7 @@ set(Clipper2_DIR ${_current_source_dir}/) find_package(RCMake REQUIRED) find_package(RSys 0.6 REQUIRED) -find_package(Clipper2 1.2 REQUIRED) +find_package(Clipper2 1.3 REQUIRED) find_package(Polygon 0.0.5 REQUIRED) include_directories( @@ -48,7 +48,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Polygon Clipper2) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCPR_FILES_SRC