summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormio <stigma@disroot.org>2024-10-08 12:38:29 +1000
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-08 11:47:51 +0900
commit30779eb2298baa55e413f938396d4a74db25a73d (patch)
tree4f2a09208864b4e26fb2d901f44c78202ccd9d19
parenta466583afb6b07fd7fc2e6535dd87474b682040f (diff)
downloadarts-30779eb2298baa55e413f938396d4a74db25a73d.tar.gz
arts-30779eb2298baa55e413f938396d4a74db25a73d.zip
Fix incorrect command name
Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 0634e50e276f9fb2598c8701ff3c9262a4106ea0)
-rw-r--r--flow/gsl/ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/ConfigureChecks.cmake b/flow/gsl/ConfigureChecks.cmake
index f0a9dee..5e2c623 100644
--- a/flow/gsl/ConfigureChecks.cmake
+++ b/flow/gsl/ConfigureChecks.cmake
@@ -48,7 +48,7 @@ if( WITH_VORBIS )
else( VORBIS_FOUND )
- tde_message_fafal( "Ogg/Vorbis support are requested, but `libvorbis` but found" )
+ tde_message_fatal( "Ogg/Vorbis support are requested, but `libvorbis` but found" )
endif( VORBIS_FOUND )