mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +03:00 
			
		
		
		
	tests: Default ctest option to off
The UPM ctests require python which will fail cmake configure if not available. Defaulting to OFF for now. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
		@@ -12,7 +12,7 @@ option (BUILDEXAMPLES "Build C/C++ example binaries" OFF)
 | 
			
		||||
option (BUILDJAVAEXAMPLES "Build java example jars" OFF)
 | 
			
		||||
option (IPK "Generate IPK using CPack" OFF)
 | 
			
		||||
option (RPM "Generate RPM using CPack" OFF)
 | 
			
		||||
option (BUILDTESTS "Generate check-ups for upm" ON)
 | 
			
		||||
option (BUILDTESTS "Generate check-ups for upm" OFF)
 | 
			
		||||
option (WERROR "Make all warnings into errors." OFF)
 | 
			
		||||
 | 
			
		||||
# Warn if building in source root
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user