Cmake export tests: Typo

This commit is contained in:
Kornel Benko 2020-08-23 11:38:20 +02:00
parent d6854b01ca
commit dbe9867ed1

View File

@ -446,7 +446,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates lib/ta
set(extraLabels )
endif()
set(missingLabels )
findexpr(mfound TestName ignoreLatexErrorsTests missingLabels)
findexpr(mfound TestName1 ignoreLatexErrorsTests missingLabels)
if (mfound)
set(mytestlabel ${testlabel} "ignoring" ${missingLabels} ${extraLabels})
else()