mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-27 11:00:31 -04:00 
			
		
		
		
	Make OpenCV optional in main cmake file
This commit is contained in:
		
							parent
							
								
									577ca59760
								
							
						
					
					
						commit
						3034dcddce
					
				| @ -323,7 +323,7 @@ find_package(PkgConfig REQUIRED) | |||||||
| find_package(Boost REQUIRED) | find_package(Boost REQUIRED) | ||||||
| find_package(FFTW3F REQUIRED) | find_package(FFTW3F REQUIRED) | ||||||
| find_package(LibUSB REQUIRED)  # used by so many packages | find_package(LibUSB REQUIRED)  # used by so many packages | ||||||
| find_package(OpenCV REQUIRED core highgui imgproc imgcodecs videoio) # channeltx/modatv | find_package(OpenCV OPTIONAL_COMPONENTS core highgui imgproc imgcodecs videoio) # channeltx/modatv | ||||||
| 
 | 
 | ||||||
| # macOS compatibility | # macOS compatibility | ||||||
| if(APPLE) | if(APPLE) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user