Skip to content

Commit

Permalink
indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Nov 24, 2024
1 parent ff9c6ed commit 79f2d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 79f2d78

Please sign in to comment.