mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			292 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			292 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/CMakeLists.txt
 | 
						|
+++ b/CMakeLists.txt
 | 
						|
@@ -51,9 +51,9 @@
 | 
						|
 
 | 
						|
 find_package(ZLIB REQUIRED)
 | 
						|
 
 | 
						|
-# find_package(Intl REQUIRED)
 | 
						|
+find_package(Intl REQUIRED)
 | 
						|
 find_package(QUAZIP REQUIRED)
 | 
						|
 #find_package(QuaZip-Qt5 REQUIRED)
 | 
						|
 
 | 
						|
 if(CLICK_MODE)
 | 
						|
     # Find out the architecture for package building
 |