mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	build/FindLua.cmake: allow Lua 5.4 #12820
Lua 5.4 is out, and will be shipped with Fedora 33.
This commit is contained in:
		 Michel Alexandre Salim
					Michel Alexandre Salim
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							2bbbb34ce7
						
					
				
				
					commit
					a50cf35bda
				
			| @@ -42,7 +42,7 @@ unset(_lua_append_versions) | ||||
|  | ||||
| # this is a function only to have all the variables inside go away automatically | ||||
| function(_lua_set_version_vars) | ||||
|     set(LUA_VERSIONS5 5.3 5.2 5.1 5.0) | ||||
|     set(LUA_VERSIONS5 5.4 5.3 5.2 5.1 5.0) | ||||
|  | ||||
|     if (Lua_FIND_VERSION_EXACT) | ||||
|         if (Lua_FIND_VERSION_COUNT GREATER 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user