mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	[cmake] set some policies
This commit is contained in:
		| @@ -25,6 +25,13 @@ if(APPLE) | ||||
| 	endif() | ||||
| endif() | ||||
|  | ||||
| if(POLICY CMP0142) | ||||
|   cmake_policy(SET CMP0142 NEW) | ||||
| endif() | ||||
| if(POLICY CMP0177) | ||||
|   cmake_policy(SET CMP0177 NEW) | ||||
| endif() | ||||
|  | ||||
| ############################################ | ||||
| #        User-provided options             # | ||||
| ############################################ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user