From 1ed5bd37a410415d15860e06e0e5fcb9d0d0bf02 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Fri, 11 Mar 2022 18:35:31 +0600 Subject: [PATCH] Fix typo --- src/sound/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/CMakeLists.txt b/src/sound/CMakeLists.txt index 5e743c4ac..349fb2925 100644 --- a/src/sound/CMakeLists.txt +++ b/src/sound/CMakeLists.txt @@ -63,7 +63,7 @@ else() endif() if(SYSTEM_MIDI) - target_compile_definition(snd PRIVATE SYSTEM_MIDI) + target_compile_definitions(snd PRIVATE SYSTEM_MIDI) endif() if(FLUIDSYNTH)