mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	cmake: add missing ${...} for variables inside generator expressions
This commit is contained in:
		
							parent
							
								
									ae42267cc7
								
							
						
					
					
						commit
						80ed0f03ac
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -23,7 +23,7 @@ add_library(audio_core STATIC | |||
|     time_stretch.cpp | ||||
|     time_stretch.h | ||||
| 
 | ||||
|     $<$<BOOL:SDL2_FOUND>:sdl2_sink.cpp sdl2_sink.h> | ||||
|     $<$<BOOL:${SDL2_FOUND}>:sdl2_sink.cpp sdl2_sink.h> | ||||
| ) | ||||
| 
 | ||||
| create_target_directory_groups(audio_core) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue