Skip to content

Commit

Permalink
Merge pull request opencv#14610 from mshabunin:fix-gtk-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed May 23, 2019
2 parents 96e2126 + dc28a1a commit 1810702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVFindLibsGUI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if(WITH_GTK AND NOT HAVE_QT)
if(WITH_OPENGL AND NOT HAVE_GTK3)
ocv_check_modules(GTKGLEXT gtkglext-1.0)
if(HAVE_GTKGLEXT)
ocv_append_build_options(GTKGLEXT GTHREAD)
ocv_append_build_options(HIGHGUI GTKGLEXT)
endif()
endif()
endif()
Expand Down

0 comments on commit 1810702

Please sign in to comment.