mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	CMake: Fix wrong filename in message
This commit is contained in:
		
							parent
							
								
									63d05fca36
								
							
						
					
					
						commit
						555c82739e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ else() | ||||||
|     # Tweak optimization settings |     # Tweak optimization settings | ||||||
|     # As far as I can tell, there's no way to override the CMake defaults while leaving user |     # As far as I can tell, there's no way to override the CMake defaults while leaving user | ||||||
|     # changes intact, so we'll just clobber everything and say sorry. |     # changes intact, so we'll just clobber everything and say sorry. | ||||||
|     message(STATUS "Cache compiler flags ignored, please edit CMakeFiles.txt to change the flags.") |     message(STATUS "Cache compiler flags ignored, please edit CMakeLists.txt to change the flags.") | ||||||
|     # /MP - Multi-threaded compilation |     # /MP - Multi-threaded compilation | ||||||
|     # /MD - Multi-threaded runtime |     # /MD - Multi-threaded runtime | ||||||
|     # /Ox - Full optimization |     # /Ox - Full optimization | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue