Remove superfluous define from cmake project

This commit is contained in:
Martin Hořeňovský 2017-10-30 12:27:14 +01:00
parent 3049445d78
commit 601b2888ec
1 changed files with 0 additions and 2 deletions

View File

@ -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)