mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +03:00 
			
		
		
		
	Cmake: Bumping up required MRAA version
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
		
				
					committed by
					
						
						Mihai Tudor Panu
					
				
			
			
				
	
			
			
			
						parent
						
							fc17744104
						
					
				
				
					commit
					694034d052
				
			@@ -123,7 +123,7 @@ find_package (PkgConfig REQUIRED)
 | 
			
		||||
 | 
			
		||||
# Force a libmraa search and minimum required version every time a config is generated
 | 
			
		||||
unset(MRAA_FOUND CACHE)
 | 
			
		||||
set(MRAA_MINIMUM 1.7.0)
 | 
			
		||||
set(MRAA_MINIMUM 1.8.0)
 | 
			
		||||
pkg_check_modules (MRAA REQUIRED mraa>=${MRAA_MINIMUM})
 | 
			
		||||
# Also, get full path to the mraa library
 | 
			
		||||
find_library(MRAA_LIBRARY NAMES mraa HINTS ${MRAA_LIBDIR})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user