From 601b2888ec6951a4adff224979d530f607a566df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 30 Oct 2017 12:27:14 +0100 Subject: [PATCH] Remove superfluous define from cmake project --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d5bc600..c9d15dc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -283,8 +283,6 @@ SOURCE_GROUP("Surrogates" FILES ${SURROGATE_SOURCES}) # configure the executable include_directories(${HEADER_DIR}) -add_definitions( -DCATCH_CONFIG_FULL_PROJECT ) - # Projects consuming Catch via ExternalProject_Add might want to use install step # without building all of our selftests. if (NOT NO_SELFTEST)