mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 18:21:35 +01:00 
			
		
		
		
	make standalone windows compatible
Remove warning flags from standalone target as they only work for clang, gcc compilers
This commit is contained in:
		
							parent
							
								
									f86f3a28d6
								
							
						
					
					
						commit
						63202da366
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -30,7 +30,6 @@ add_executable(GreeterStandalone ${sources}) | |||
| 
 | ||||
| set_target_properties(GreeterStandalone PROPERTIES  | ||||
|   CXX_STANDARD 17  | ||||
|   COMPILE_FLAGS "-Wall -pedantic -Wextra" | ||||
|   OUTPUT_NAME "Greeter" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue