diff options
author | mio <[email protected]> | 2024-10-08 12:38:29 +1000 |
---|---|---|
committer | mio <[email protected]> | 2024-10-08 12:38:29 +1000 |
commit | 0634e50e276f9fb2598c8701ff3c9262a4106ea0 (patch) | |
tree | 545ff5bbb38c24192d006f48ca4e9ceb3a1fe6c4 | |
parent | 2d078ebf416232106e9477f9ef389a3a8ceb113d (diff) | |
download | arts-0634e50e276f9fb2598c8701ff3c9262a4106ea0.tar.gz arts-0634e50e276f9fb2598c8701ff3c9262a4106ea0.zip |
Fix incorrect command name
Signed-off-by: mio <[email protected]>
-rw-r--r-- | flow/gsl/ConfigureChecks.cmake | 2 |
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 ) |