From 20d5f6fe59791478524686221263067360f904dc Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 7 Sep 2015 03:57:00 +0200 Subject: [PATCH] Removed report.cc from MinGW build on appveyor --- samples/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 5ab40fb..1512ae8 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -21,7 +21,6 @@ set(SAMPLES signal.cc exit.cc - report.cc suites.cc fixtures.cc asserts.cc @@ -32,6 +31,10 @@ set(SAMPLES simple.cc ) +if (NOT WIN32 OR MSVC) + set(SAMPLES ${SAMPLES} report.cc) +endif () + set(SCRIPTS tap_test early_exit