aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake/config.lua
diff options
context:
space:
mode:
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,