From 5e8708c547737bb2c258d4023fa070cf92ceef98 Mon Sep 17 00:00:00 2001 From: brarcher Date: Wed, 25 Dec 2013 05:09:37 +0000 Subject: [PATCH] cmake: remove fake subunit check git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@976 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d94c04c..fd85cdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,13 +38,6 @@ set(MEMORY_LEAKING_TESTS_ENABLED 1) # Set build features set(CMAKE_BUILD_TYPE Debug) -# TODO - look for SubUnit --mloskot -if(NOT MSVC) - set(ENABLE_SUBUNIT 1) -else(NOT MSVC) - set(ENABLE_SUBUNIT 0) -endif() - ############################################################################### # Check system and architecture if(WIN32) -- 2.40.0