From 0242666b952c834c17606e49773fa778ed94d54f Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Mon, 11 Nov 2013 10:12:28 -0500 Subject: [PATCH] COMP: fix for issue 3494 --- SuperBuild/External_MultiVolumeExplorer.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/External_MultiVolumeExplorer.cmake b/SuperBuild/External_MultiVolumeExplorer.cmake index 8c77e1322..b6fa6e45c 100644 --- a/SuperBuild/External_MultiVolumeExplorer.cmake +++ b/SuperBuild/External_MultiVolumeExplorer.cmake @@ -27,7 +27,7 @@ if(NOT DEFINED MultiVolumeExplorer_SOURCE_DIR) ExternalProject_Add(${proj} GIT_REPOSITORY "${git_protocol}://github.com/fedorov/MultiVolumeExplorer.git" - GIT_TAG "ab7eb9411c5eaacacf81685b4c7e05cf1935d9a3" + GIT_TAG "8e1ad5f885a32a05c34b1699f945239cdba099b5" SOURCE_DIR ${CMAKE_BINARY_DIR}/${proj} BINARY_DIR ${proj}-build CMAKE_GENERATOR ${gen} -- GitLab