From 564c308f58cf8d1fe5007c2644a97a65feb5bc45 Mon Sep 17 00:00:00 2001
From: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Sat, 21 Oct 2017 02:05:09 -0400
Subject: [PATCH] STYLE: cmake: Remove unused variable WikiExamples_TEST_LABELS

The test label is already set in ExampleTesting CMake module.


Former-commit-id: e9339e034d36e8f19fd3e83fed1ef1e784c714d7
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a158931760c..3a619c0c243 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ else()
   find_package(VTK REQUIRED)
   include(${VTK_USE_FILE})
 endif()
-set(WikiExamples_TEST_LABELS "foo")
+
 message(STATUS "VTKWikiExamples: VTK VERSION: ${VTK_VERSION}(${VTK_RENDERING_BACKEND})")
 
 set(CMAKE_MODULE_PATH ${WikiExamples_SOURCE_DIR}/CMake ${CMAKE_MODULE_PATH})
-- 
GitLab