removed on boost 1.89 (bsc#1249599) * Patch boost.patch OBS-URL: https://build.opensuse.org/package/show/Application:Geo/sfcgal?expand=0&rev=47
12 lines
490 B
Diff
12 lines
490 B
Diff
--- SFCGAL-v2.0.0/CMakeLists.txt.orig 2025-09-30 14:30:48.496502043 +0200
|
|
+++ SFCGAL-v2.0.0/CMakeLists.txt 2025-09-30 14:30:58.034683913 +0200
|
|
@@ -114,7 +114,7 @@
|
|
endif()
|
|
|
|
#-- minimalist build allowed with boost version older than 1.48
|
|
-set( SFCGAL_Boost_COMPONENTS thread system serialization )
|
|
+set( SFCGAL_Boost_COMPONENTS thread serialization )
|
|
#-- unit test
|
|
if ( SFCGAL_BUILD_TESTS )
|
|
set( SFCGAL_Boost_COMPONENTS unit_test_framework program_options ${SFCGAL_Boost_COMPONENTS} )
|