From: Andrey Kamaev Date: Wed, 10 Oct 2012 15:40:55 +0000 (+0400) Subject: Applied fix from bug #2324: ocv_list_unique makes for incorrect linking X-Git-Tag: accepted/2.0/20130307.220821~364^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=354b77e2e1ad3ffabb6ca3326e96cf5dfa523c4a;p=profile%2Fivi%2Fopencv.git Applied fix from bug #2324: ocv_list_unique makes for incorrect linking --- diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index 30c0c82..e653737 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -220,7 +220,6 @@ source_group("Include" FILES ${highgui_ext_hdrs}) ocv_set_module_sources(HEADERS ${highgui_ext_hdrs} SOURCES ${highgui_srcs} ${highgui_hdrs} ${grfmt_srcs} ${grfmt_hdrs}) ocv_module_include_directories() -ocv_list_unique(HIGHGUI_LIBRARIES) ocv_create_module(${GRFMT_LIBS} ${HIGHGUI_LIBRARIES}) if(BUILD_SHARED_LIBS)