mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	cmake: clean up definition settings
This commit is contained in:
		
							parent
							
								
									28f1e9842c
								
							
						
					
					
						commit
						f8ae8cb820
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -25,11 +25,8 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
 | 
			
		|||
    )
 | 
			
		||||
endif(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
 | 
			
		||||
 | 
			
		||||
SET(VERSION_GIT_COMMIT_FLAG "-DSWAY_GIT_VERSION=\"g${GIT_COMMIT_HASH}\"")
 | 
			
		||||
add_definitions("${VERSION_GIT_COMMIT_FLAG}")
 | 
			
		||||
 | 
			
		||||
SET(VERSION_GIT_BRANCH_FLAG "-DSWAY_GIT_BRANCH=\"${GIT_BRANCH}\"")
 | 
			
		||||
add_definitions("${VERSION_GIT_BRANCH_FLAG}")
 | 
			
		||||
add_definitions("-DSWAY_GIT_VERSION=\"g${GIT_COMMIT_HASH}\"")
 | 
			
		||||
add_definitions("-DSWAY_GIT_BRANCH=\"${GIT_BRANCH}\"")
 | 
			
		||||
 | 
			
		||||
string(TIMESTAMP CURRENT_DATE "%Y-%m-%d" UTC)
 | 
			
		||||
add_definitions("-DSWAY_VERSION_DATE=${CURRENT_DATE}")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue