diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt
index af4ed938d..0a7bdfba2 100644
--- a/Telegram/CMakeLists.txt
+++ b/Telegram/CMakeLists.txt
@@ -679,6 +679,7 @@ if (APPLE)
         IOKit
     )
         find_library(FW_LIB ${framework})
+        message(STATUS "Found framework ${FW_LIB}")
         target_link_libraries(Telegram ${FW_LIB})
         set(FW_LIB FW_LIB-NOTFOUND)
     endforeach(framework)