star-cpr

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

commit e5f923922f0f07cb7a6c6e86cced84c01c637c90
parent a8222165e28c959b5e4adddbec0d0a4c10dfd2a7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 26 Jan 2023 17:09:21 +0100

Upgrade Clipper2 dependency to 1.1

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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 REQUIRED) +find_package(Clipper2 1.1 REQUIRED) find_package(Polygon 0.0.5 REQUIRED) include_directories(