From 21eb603cc16946b14e77d3c10cbee2f1163503c6 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 27 Nov 2018 10:01:46 -0600 Subject: [PATCH] Remove support test compilation The c++ support tests were never fully completed and should be disabled until that code is looked at again and updated in a PR. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ee0d8a184..996b15c1c6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -298,7 +298,6 @@ set(SLIC3R_TEST_SOURCES ${TESTDIR}/libslic3r/test_print.cpp ${TESTDIR}/libslic3r/test_printgcode.cpp ${TESTDIR}/libslic3r/test_skirt_brim.cpp - ${TESTDIR}/libslic3r/test_support_material.cpp ${TESTDIR}/libslic3r/test_test_data.cpp ${TESTDIR}/libslic3r/test_trianglemesh.cpp )