Cmake export tests: Remove assignement doing nothing

This commit is contained in:
Kornel Benko 2015-11-30 13:12:30 +01:00
parent 42536a5616
commit 037e9051f7

View File

@ -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()