From 79f2d78f6fefb94f77356ccc375f126d0b7e3cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez-Cabanillas?= Date: Sun, 24 Nov 2024 18:11:18 +0100 Subject: [PATCH] indentation issue --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ebde91ee..1d4dd4039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -557,7 +557,7 @@ if ( enable-libsndfile ) else (SndFile_WITH_EXTERNAL_LIBS) message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." ) endif (SndFile_WITH_EXTERNAL_LIBS) - else ( LIBSNDFILE_SUPPORT ) + else ( LIBSNDFILE_SUPPORT ) message( STATUS "Could NOT find SndFile (Set SndFile_DIR to the directory containing its CMake config) (Required is at least version ${LIBSNDFILE_MINIMUM_VERSION})" ) endif ( LIBSNDFILE_SUPPORT ) #set(CMAKE_FIND_DEBUG_MODE OFF)