mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Remove superfluous define from cmake project
This commit is contained in:
		@@ -283,8 +283,6 @@ SOURCE_GROUP("Surrogates" FILES ${SURROGATE_SOURCES})
 | 
				
			|||||||
# configure the executable
 | 
					# configure the executable
 | 
				
			||||||
include_directories(${HEADER_DIR})
 | 
					include_directories(${HEADER_DIR})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_definitions( -DCATCH_CONFIG_FULL_PROJECT )
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Projects consuming Catch via ExternalProject_Add might want to use install step
 | 
					# Projects consuming Catch via ExternalProject_Add might want to use install step
 | 
				
			||||||
# without building all of our selftests.
 | 
					# without building all of our selftests.
 | 
				
			||||||
if (NOT NO_SELFTEST)
 | 
					if (NOT NO_SELFTEST)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user