From a9ea8da86171bfab06aeef5c829f65b717d917b6 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 31 Dec 2017 00:59:51 +0200 Subject: [PATCH] Print found frameworks --- Telegram/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)