aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake/config.lua
diff options
context:
space:
mode:
authorDaniil Rozanov <daniilrozzanov@gmail.com>2024-04-24 04:06:35 +0300
committerDaniil Rozanov <daniilrozzanov@gmail.com>2024-04-24 04:06:35 +0300
commit0703f679c83da5254f50b1e78af1220a3a6882a4 (patch)
treed56bb692b3a2652cc1e727872d3f7f496051aa8c /lua/cmake/config.lua
parentf9b36bf730fda5488be87b91fd03a6f7cbf64e73 (diff)
fix: properly run last executable
Diffstat (limited to 'lua/cmake/config.lua')
-rw-r--r--lua/cmake/config.lua7
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,