mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Remove unnecessary CMake variables (#2853)
* Remove unnecessary variable * Remove unused variable
This commit is contained in:
		| @@ -43,8 +43,7 @@ set( TARGETS_IDIOMATIC_EXAMPLES ${BASENAMES_IDIOMATIC_EXAMPLES} ) | ||||
|  | ||||
|  | ||||
| foreach( name ${TARGETS_IDIOMATIC_EXAMPLES} ) | ||||
|     add_executable( ${name} | ||||
|       ${EXAMPLES_DIR}/${name}.cpp ) | ||||
|     add_executable( ${name} ${name}.cpp ) | ||||
| endforeach() | ||||
|  | ||||
| set(ALL_EXAMPLE_TARGETS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chris Thrasher
					Chris Thrasher