Applied fix from bug #2324: ocv_list_unique makes for incorrect linking

pull/33/merge
Andrey Kamaev 12 years ago
parent d6a8753124
commit 354b77e2e1
  1. 1
      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)

Loading…
Cancel
Save