diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /science/polytope/files/patch-src_CMakeLists.txt | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'science/polytope/files/patch-src_CMakeLists.txt')
| -rw-r--r-- | science/polytope/files/patch-src_CMakeLists.txt | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/science/polytope/files/patch-src_CMakeLists.txt b/science/polytope/files/patch-src_CMakeLists.txt index 731eabaac985..311c5e49463a 100644 --- a/science/polytope/files/patch-src_CMakeLists.txt +++ b/science/polytope/files/patch-src_CMakeLists.txt @@ -1,8 +1,8 @@ - uses std::integer_sequence C++14 feature ---- src/CMakeLists.txt.orig 2022-12-03 08:18:04 UTC +--- src/CMakeLists.txt.orig 2025-10-29 23:24:46 UTC +++ src/CMakeLists.txt -@@ -17,7 +17,7 @@ endif() +@@ -17,7 +17,7 @@ if (HAVE_TRIANGLE) # TriangleTessellator and triangle source if (HAVE_TRIANGLE) list(APPEND TESSELLATOR_SOURCES TriangleTessellator.cc) @@ -11,12 +11,3 @@ #set(TRIANGLE_LIB triangle PARENT_SCOPE) set(TRIANGLE_LIB triangle) set_target_properties(triangle PROPERTIES -@@ -49,7 +49,7 @@ endif() - file(GLOB HEADERS *.hh) - list(APPEND HEADERS "${PROJECT_BINARY_DIR}/polytope.hh") - --add_library(polytope STATIC -+add_library(polytope - ${TESSELLATOR_SOURCES} ${IO_SOURCES} ErrorHandler.cc - polytope_internal_abort.cc) - |
