mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-03 23:56:47 +00:00 
			
		
		
		
	Fix macOS packaging on CMake 3.15
It looks like component names have become case sensitive.
This commit is contained in:
		
							parent
							
								
									eec5d80566
								
							
						
					
					
						commit
						6ef94c20b3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -266,5 +266,5 @@ endif (MSVC)
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
if(APPLE)
 | 
			
		||||
    INSTALL(TARGETS openmw-cs BUNDLE DESTINATION "." COMPONENT BUNDLE)
 | 
			
		||||
    INSTALL(TARGETS openmw-cs BUNDLE DESTINATION "." COMPONENT Bundle)
 | 
			
		||||
endif()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue