From 942ba80dae253fef93094d178da3ce0abc47da5d Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 18 Dec 2015 12:37:19 +0100 Subject: CMake: Cleanup: Strip text from endif/else REVIEW: 126414 --- modules/ECMAddAppIcon.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/ECMAddAppIcon.cmake') diff --git a/modules/ECMAddAppIcon.cmake b/modules/ECMAddAppIcon.cmake index f90d4c33..5233a5f1 100644 --- a/modules/ECMAddAppIcon.cmake +++ b/modules/ECMAddAppIcon.cmake @@ -222,8 +222,8 @@ function(ecm_add_app_icon appsources) # Install the icon into the Resources dir in the bundle set_source_files_properties(${_outfilename}.icns PROPERTIES MACOSX_PACKAGE_LOCATION Resources) - else(ICONUTIL_EXECUTABLE) + else() message(STATUS "Unable to find the iconutil utility - application will not have an application icon!") - endif(ICONUTIL_EXECUTABLE) + endif() endif() endfunction() -- cgit v1.2.1