star-cpr

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

commit 732437db88890700f9fdda1fe20fa662eeb2deda
parent 567d10801576ebd9ceab74bb40d132bed56c2903
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 28 Nov 2023 16:46:15 +0100

Upgrade Clipper2 dependency to 1.3.0

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