gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 46c7e2721a05bd3b6328a913cfa4cd4ac38dc6ae
parent 9020c05fae1c43fd893c9ba1d2ac0b7c6c65a7dd
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 20 Nov 2024 19:23:16 +0100

use auto-detect for generator on Linux, github runner doesn't have Ninja installed

Diffstat:
MCMakePresets.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakePresets.json b/CMakePresets.json @@ -96,7 +96,7 @@ { "name": "github-Linux", "inherits": "github-base", - "generator": "Ninja" + "generator": "" } ], "buildPresets": [