From 3cfc573725ab80431ddd595b0935e9f3a93b0b74 Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Tue, 19 May 2026 08:08:34 +0200 Subject: [PATCH] Bump CDT to v1.4.4 --- src/cpp/CMakeLists.txt | 2 +- .../web-ifc/geometry/operations/boolean-utils/shared-position.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt index 6b2f0b53b..edd0d7712 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -51,7 +51,7 @@ FetchContent_MakeAvailable(earcut) FetchContent_GetProperties(earcut) Message("Downloading CDT") -FetchContent_Declare(cdt GIT_REPOSITORY "https://github.com/artem-ogre/CDT" GIT_TAG "4d0c9026b8ec846fe544897e7111f8f9080d5f8a" SOURCE_SUBDIR "../") +FetchContent_Declare(cdt GIT_REPOSITORY "https://github.com/artem-ogre/CDT" GIT_TAG "5a1d702a01b24b33555913b90934fe673d51fc0f" SOURCE_SUBDIR "../") FetchContent_MakeAvailable(cdt) FetchContent_GetProperties(cdt) diff --git a/src/cpp/web-ifc/geometry/operations/boolean-utils/shared-position.h b/src/cpp/web-ifc/geometry/operations/boolean-utils/shared-position.h index e1fa473c2..c42cfa58e 100644 --- a/src/cpp/web-ifc/geometry/operations/boolean-utils/shared-position.h +++ b/src/cpp/web-ifc/geometry/operations/boolean-utils/shared-position.h @@ -1371,7 +1371,7 @@ namespace fuzzybools for (auto &point : projectedPoints) { - cdt_verts.emplace_back(CDT::V2d::make(point.x, point.y)); + cdt_verts.emplace_back(point.x, point.y); } for (auto &edge : edges)