From 1263042fc95daca1c60267fcad289603f5f27883 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sat, 15 Nov 2014 17:28:33 -0500 Subject: [PATCH] typo --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f47c8061..88253bb9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1136,7 +1136,7 @@ disable_tests( # 2D tests list(APPEND FILES_2D ${FEATURES_2D_FILES} ${SCAD_DXF_FILES} ${EXAMPLE_2D_FILES} ${EXPERIMENTAL_TEXT_FILES}) -list(APPEND ALL_2D_FILES ${FILES_2D_FILES}) +list(APPEND ALL_2D_FILES ${FILES_2D}) # FIXME: This test illustrates a weakness in child() combined with modifiers. # Reenable it when this is improved