mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +03:00 
			
		
		
		
	@@ -187,7 +187,7 @@ include (GetGitRevisionDescription)
 | 
			
		||||
git_describe (VERSION "--tags")
 | 
			
		||||
# If git_describe fails, use a dirty version
 | 
			
		||||
if (${VERSION} MATCHES -NOTFOUND)
 | 
			
		||||
  set (VERSION "v1.0.0-dirty")
 | 
			
		||||
  set (VERSION "v1.0.1-dirty")
 | 
			
		||||
  message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
 | 
			
		||||
      "${VERSION}). Check that git is installed and this is a valid git repo.")
 | 
			
		||||
endif ()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user