Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CGAL / libfmt #1271

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ list(APPEND COMMON_COMPILE_OPTIONS
# Dependencies
################################################################################
set(FMT_INSTALL OFF)
add_subdirectory(third-party/fmt-10.0.0)
set_target_properties(fmt PROPERTIES
add_subdirectory(third-party/fmt-10.1.1)
set_target_properties(fmt PROPERTIES
POSITION_INDEPENDENT_CODE ON
SYSTEM ON
)
Expand All @@ -107,7 +107,7 @@ find_package(CGAL 5.5
CONFIG
NO_DEFAULT_PATH
PATHS
${CMAKE_SOURCE_DIR}/third-party/cgal-5.5.2
${CMAKE_SOURCE_DIR}/third-party/cgal-5.6.0
)

add_subdirectory(third-party/poly2tri)
Expand Down
5 changes: 0 additions & 5 deletions third-party/cgal-5.5.2/.clang-tidy

This file was deleted.

104 changes: 0 additions & 104 deletions third-party/cgal-5.5.2/.gitattributes

This file was deleted.

6 changes: 0 additions & 6 deletions third-party/cgal-5.5.2/.github/CONTRIBUTING.md

This file was deleted.

19 changes: 0 additions & 19 deletions third-party/cgal-5.5.2/.github/ISSUE_TEMPLATE.md

This file was deleted.

14 changes: 0 additions & 14 deletions third-party/cgal-5.5.2/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

11 changes: 0 additions & 11 deletions third-party/cgal-5.5.2/.github/install.sh

This file was deleted.

13 changes: 0 additions & 13 deletions third-party/cgal-5.5.2/.github/test.sh

This file was deleted.

145 changes: 0 additions & 145 deletions third-party/cgal-5.5.2/.github/workflows/build_doc.yml

This file was deleted.

30 changes: 0 additions & 30 deletions third-party/cgal-5.5.2/.github/workflows/checks.yml

This file was deleted.

Loading