mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmake export tests: Remove assignement doing nothing
This commit is contained in:
parent
42536a5616
commit
037e9051f7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user