2020-07-12 09:15:11 +02:00
|
|
|
--- ./etc/config.sh/CGAL.orig 2020-07-04 12:28:32.082903795 +0200
|
|
|
|
+++ ./etc/config.sh/CGAL 2020-07-04 12:30:22.704797834 +0200
|
|
|
|
@@ -43,8 +43,8 @@
|
2017-11-22 19:40:17 +01:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# USER EDITABLE PART: Changes made here may be lost with the next upgrade
|
|
|
|
|
2020-07-12 09:15:11 +02:00
|
|
|
-boost_version=boost_1_66_0
|
|
|
|
-cgal_version=CGAL-4.12.2
|
2017-11-22 19:40:17 +01:00
|
|
|
+boost_version=boost-system
|
2020-07-12 09:15:11 +02:00
|
|
|
+cgal_version=cgal-system
|
2017-11-22 19:40:17 +01:00
|
|
|
|
2020-07-12 09:15:11 +02:00
|
|
|
export BOOST_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version"
|
|
|
|
export CGAL_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version"
|