From d346252b10c5af7ef73b319d4587186d4c2ba1a3 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Tue, 9 Jun 2015 15:18:29 +0200
Subject: [PATCH] BUG: update dead link for muparser sources

---
 SuperBuild/CMake/External_muparser.cmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SuperBuild/CMake/External_muparser.cmake b/SuperBuild/CMake/External_muparser.cmake
index 4e9d0336f1..77074af083 100644
--- a/SuperBuild/CMake/External_muparser.cmake
+++ b/SuperBuild/CMake/External_muparser.cmake
@@ -15,7 +15,8 @@ else()
   
   ExternalProject_Add(${proj}
     PREFIX ${proj}
-    URL "http://downloads.sourceforge.net/project/muparser/muparser/Version%202.2.3/muparser_v2_2_3.zip"
+    DOWNLOAD_NAME muparser_v2_2_3.zip
+    URL "https://docs.google.com/uc?export=download&id=0BzuB-ydOOoduLUNRanpDNV9iVk0"
     URL_MD5 9de40ec1dab5bd2787ee344fce5846ad
     BINARY_DIR ${MUPARSER_SB_BUILD_DIR}
     INSTALL_DIR ${SB_INSTALL_PREFIX}
-- 
GitLab