From 348134d44d470e2212e86d228c9f7f087716ed8c Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Fri, 16 May 2025 10:30:27 +0200 Subject: [PATCH] [CMake] Add SofaSphFluid.CUDA to the presets --- CMakePresets.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakePresets.json b/CMakePresets.json index 96e9cc37a8f..d69c0e72939 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -268,6 +268,10 @@ "type": "BOOL", "value": "ON" }, + "PLUGIN_SOFASPHFLUID_CUDA": { + "type": "BOOL", + "value": "ON" + }, "PLUGIN_SOFASPHFLUID": { "type": "BOOL", "value": "ON"