highgui_list_unique.patch

Patch for fix - Mike Eheler, 2012-08-30 03:55 pm

Download (524 Bytes)

 
b/modules/highgui/CMakeLists.txt
221 221
ocv_set_module_sources(HEADERS ${highgui_ext_hdrs} SOURCES ${highgui_srcs} ${highgui_hdrs} ${grfmt_srcs} ${grfmt_hdrs})
222 222
ocv_module_include_directories()
223 223

  
224
ocv_list_unique(HIGHGUI_LIBRARIES)
225 224
ocv_create_module(${GRFMT_LIBS} ${HIGHGUI_LIBRARIES})
226 225

  
227 226
if(BUILD_SHARED_LIBS)