From 037e9051f7abd09fcb73ee8bbea399ef83ad1a75 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 30 Nov 2015 13:12:30 +0100 Subject: [PATCH] Cmake export tests: Remove assignement doing nothing --- development/autotests/ExportTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index 942dd4ec08..b0e7595c9c 100644 --- a/development/autotests/ExportTests.cmake +++ b/development/autotests/ExportTests.cmake @@ -153,10 +153,10 @@ macro(maketestname testname reverted listsuspicious listignored listunreliable l join(sublabel "." tmpprefixx) string(TOUPPER "${tmpprefixx}_" tmpprefix) set(${testname} "${tmpprefix}${${testname}}") - string(TOUPPER "${sublabel}_" tmpprefix) set(${listlabels} ${sublabel}) endif() else() + # No testname because ignored set(${testname} "") endif() endmacro()