From 418992989a04b9e1f50e690017a6fe788f437a5e Mon Sep 17 00:00:00 2001 From: Maxim Kostin Date: Fri, 26 Jun 2015 16:17:56 +0300 Subject: [PATCH] Working on change requests. Signed-off-by: Maxim Kostin --- modules/highgui/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index 622a576332e6..03be473aee79 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -30,7 +30,6 @@ file(GLOB highgui_ext_hdrs "${CMAKE_CURRENT_LIST_DIR}/include/opencv2/${name}/*.h") # Removing WinRT API headers by default -status(" ${name}: Removing WinRT API headers by default") list(REMOVE_ITEM highgui_ext_hdrs "${CMAKE_CURRENT_LIST_DIR}/include/opencv2/${name}/highgui_winrt.hpp") if(HAVE_QT5)