mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove useless lua version set() calls
This commit is contained in:
parent
733c2baa42
commit
ac807cbb7d
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
|||
project(lua CXX)
|
||||
|
||||
set(LUA_VERSION_MAJOR 5)
|
||||
set(LUA_VERSION_MINOR 4)
|
||||
set(LUA_VERSION_PATCH 4)
|
||||
set(LUA_VERSION "${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}.${LUA_VERSION_PATCH}")
|
||||
|
||||
#[====[
|
||||
Updating this list:
|
||||
remove all listed files
|
||||
|
|
Loading…
Reference in a new issue