From 6442b6c869026c806b07e67c91ebaeeb96a41c03 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 10 Dec 2024 13:20:19 +0100 Subject: [PATCH] Add build folder variable to cura_wasm profile Integrate `tools.cmake.cmake_layout:build_folder_vars` with `['settings.os']` into the `cura_wasm` profile. This change enhances the build configuration by setting up OS-specific build folders, improving the organization and potential debugging process. Contribute to NP-637 --- profiles/cura_wasm.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/cura_wasm.jinja b/profiles/cura_wasm.jinja index 372fc79..96a9e2f 100644 --- a/profiles/cura_wasm.jinja +++ b/profiles/cura_wasm.jinja @@ -10,6 +10,7 @@ arch=wasm [conf] tools.build:skip_test=True +tools.cmake.cmake_layout:build_folder_vars=['settings.os'] [options] curaengine/*:enable_plugins=False