From 6e8f6702767f1442c90157b06ce2f77c20d191bb Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Fri, 3 May 2024 23:39:00 +0300 Subject: refactor: variants inside config moved one level up --- lua/cmake/project.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/cmake/project.lua') diff --git a/lua/cmake/project.lua b/lua/cmake/project.lua index f5afde2..5524fbd 100644 --- a/lua/cmake/project.lua +++ b/lua/cmake/project.lua @@ -287,7 +287,7 @@ local do_setup = function(opts) Project.from_variants(yaml) end) else - Project.from_variants(config.cmake.variants) + Project.from_variants(config.variants) end end) end -- cgit v1.2.3