From 2086ac16c904b12bf9f7a22b09110534158a983d Mon Sep 17 00:00:00 2001 From: Bill Lorensen <bill.lorensen@gmail.com> Date: Fri, 27 Oct 2017 17:47:08 -0400 Subject: [PATCH] Update WikiExamples.remote.cmake --- Remote/WikiExamples.remote.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Remote/WikiExamples.remote.cmake b/Remote/WikiExamples.remote.cmake index bc17f929d9a..328c20c530b 100644 --- a/Remote/WikiExamples.remote.cmake +++ b/Remote/WikiExamples.remote.cmake @@ -6,8 +6,8 @@ # If the environement var WikiExamplesTag exists, use it if (NOT DEFINED ENV{WikiExamplesTag}) - # October 26, 2017 - set(GIT_TAG 50a561ea593246063308448a46d22d1ff6b94816) + # October 27, 2017 + set(GIT_TAG d9c5e56195b33d0313bc4feeabd1f72fd35d2ad4) else() set(GIT_TAG $ENV{WikiExamplesTag}) endif() -- GitLab