From 0703f679c83da5254f50b1e78af1220a3a6882a4 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Wed, 24 Apr 2024 04:06:35 +0300 Subject: fix: properly run last executable --- lua/cmake/config.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lua/cmake/config.lua') 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, -- cgit v1.2.3