diff options
-rw-r--r-- | lua/tasks/module/cmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tasks/module/cmake.lua b/lua/tasks/module/cmake.lua index 5aeca25..7aad611 100644 --- a/lua/tasks/module/cmake.lua +++ b/lua/tasks/module/cmake.lua | |||
@@ -255,7 +255,7 @@ end | |||
255 | cmake.params = { | 255 | cmake.params = { |
256 | target = get_target_names, | 256 | target = get_target_names, |
257 | build_type = { 'Debug', 'Release', 'RelWithDebInfo', 'MinSizeRel' }, | 257 | build_type = { 'Debug', 'Release', 'RelWithDebInfo', 'MinSizeRel' }, |
258 | 'cmake', | 258 | 'cmd', |
259 | 'dap_name', | 259 | 'dap_name', |
260 | } | 260 | } |
261 | cmake.condition = function() return Path:new('CMakeLists.txt'):exists() end | 261 | cmake.condition = function() return Path:new('CMakeLists.txt'):exists() end |