diff options
author | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-04-24 04:06:35 +0300 |
---|---|---|
committer | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-04-24 04:06:35 +0300 |
commit | 0703f679c83da5254f50b1e78af1220a3a6882a4 (patch) | |
tree | d56bb692b3a2652cc1e727872d3f7f496051aa8c /lua/cmake/config.lua | |
parent | f9b36bf730fda5488be87b91fd03a6f7cbf64e73 (diff) |
fix: properly run last executable
Diffstat (limited to 'lua/cmake/config.lua')
-rw-r--r-- | lua/cmake/config.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/cmake/config.lua b/lua/cmake/config.lua index 9a0e5ba..3ce4f98 100644 --- a/lua/cmake/config.lua +++ b/lua/cmake/config.lua @@ -17,13 +17,6 @@ local default_config = { release = { short = "Release", long = "Long release", buildType = "Release" }, }, }, - { - default = "static", - choices = { - static = { short = "Static", long = "Long static", linkage = "static" }, - shared = { short = "Shared", long = "Long shared", linkage = "shared" }, - }, - }, }, parallel_jobs = 0, save_before_build = true, |