mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 13:03:17 +02:00
11 lines
449 B
Diff
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)
|