From 427f484e01eb09581dc5d3d0fb3f961c23916599 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 12 Feb 2017 08:37:42 -0800 Subject: Print separate messages for building sdl_sound and ffmpeg examples --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5de93610..86c335be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1494,6 +1494,8 @@ IF(ALSOFT_EXAMPLES) ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) ENDIF() + + MESSAGE(STATUS "Building SDL_sound example programs") ENDIF() SET(FFVER_OK FALSE) @@ -1535,9 +1537,7 @@ IF(ALSOFT_EXAMPLES) ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) ENDIF() - MESSAGE(STATUS "Building SDL and FFmpeg example programs") - ELSE() - MESSAGE(STATUS "Building SDL example programs") + MESSAGE(STATUS "Building SDL+FFmpeg example programs") ENDIF() MESSAGE(STATUS "") ENDIF() -- cgit v1.2.3