void-packages/srcpkgs/cgal/patches/boost-system.patch
Đoàn Trần Công Danh 99f1aa330f cgal: for boost-1.89
2025-08-31 08:27:04 +07:00

11 lines
449 B
Diff

--- a/cmake/modules/CGAL_SetupCGAL_CoreDependencies.cmake
+++ b/cmake/modules/CGAL_SetupCGAL_CoreDependencies.cmake
@@ -56,7 +56,7 @@ endif()
# See the release notes of CGAL-4.10: CGAL_Core now requires
# Boost.Thread, with all compilers but MSVC.
if (NOT MSVC)
- find_package( Boost 1.48 REQUIRED COMPONENTS thread system )
+ find_package( Boost 1.48 REQUIRED COMPONENTS thread )
endif()
function(CGAL_setup_CGAL_Core_dependencies target)