From b69a283081dd3a56719950ccd5ccb148fa5cfe22 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Mon, 18 May 2015 22:34:23 +0100
Subject: [PATCH] Upgraded CGAL to 4.6

---
 etc/config/CGAL.csh | 4 ++--
 etc/config/CGAL.sh  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/config/CGAL.csh b/etc/config/CGAL.csh
index 9d6058d01c..96b5201c86 100644
--- a/etc/config/CGAL.csh
+++ b/etc/config/CGAL.csh
@@ -2,7 +2,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2014 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2014-2015 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #------------------------------------------------------------------------------
 # License
@@ -30,7 +30,7 @@
 ##------------------------------------------------------------------------------
 
 set boost_version=boost-system
-set cgal_version=CGAL-4.5.1
+set cgal_version=CGAL-4.6
 
 setenv BOOST_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
 setenv CGAL_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version
diff --git a/etc/config/CGAL.sh b/etc/config/CGAL.sh
index a3046406b8..171f5a49f0 100644
--- a/etc/config/CGAL.sh
+++ b/etc/config/CGAL.sh
@@ -30,7 +30,7 @@
 #------------------------------------------------------------------------------
 
 boost_version=boost-system
-cgal_version=CGAL-4.5.1
+cgal_version=CGAL-4.6
 
 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
-- 
GitLab