From 9d8b5a3d62af977549fb75cc4129caff94f46c27 Mon Sep 17 00:00:00 2001 From: Gabriel Lima Date: Sun, 18 Jan 2026 22:08:32 -0300 Subject: [PATCH] Fix typo in tasks.json --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c03aa8d..8cab7ea 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -59,7 +59,7 @@ "-DCMAKE_BUILD_TYPE=Debug", "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON", "-DBUILDROOT_PATH=${input:buildroot_path}", - "-DPROJECT_NAME_OVERRIDE=${input:project_name}" + "-DPROJECT_NAME=${input:project_name}" ], "problemMatcher": [], "detail": "Configure CMake for cross-compilation" @@ -162,4 +162,4 @@ "problemMatcher": [] } ] -} \ No newline at end of file +}