]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/ExportTests.cmake
FindAdv: next 3 tests working
[lyx.git] / development / autotests / ExportTests.cmake
index 85d0ecce2968249c42a16856a58f633830bb7883..febac166422fb1a2f0c7f504f423641e74a7878c 100644 (file)
@@ -53,7 +53,7 @@ macro(getoutputformats filepath varname format_set)
   # What should we test, if default_output_format is not defined?
   # For now we test everything ...
   set(out_formats "xhtml" ${DVI_FORMATS} ${PDF_FORMATS})
-  foreach(_l ${lines})
+  foreach(_l IN LISTS lines)
     if(_l MATCHES "^\\\\default_output_format +\([^ ]+\)")
       set(_format ${CMAKE_MATCH_1})
       if(_format STREQUAL "default")