mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake tests: macro setmarkedtestlabel() worked only by chance
We have to check the content of the variable.
This commit is contained in:
parent
d56980da95
commit
552ca45843
@ -322,7 +322,7 @@ macro(settestlabel testname)
|
||||
endmacro()
|
||||
|
||||
macro(setmarkedtestlabel testname reverted)
|
||||
if(reverted)
|
||||
if(${reverted})
|
||||
settestlabel(${testname} "reverted" ${ARGN})
|
||||
else()
|
||||
settestlabel(${testname} ${ARGN})
|
||||
|
Loading…
Reference in New Issue
Block a user