Fix logic error in OpenCVFindLibsGUI.cmake
authorTony <exocoder@gmail.com>
Thu, 10 Apr 2014 22:28:23 +0000 (23:28 +0100)
committerTony <exocoder@gmail.com>
Sun, 13 Apr 2014 10:08:32 +0000 (11:08 +0100)
commitcb4fffc72a7e811803ed036d473f446237264908
tree2ce59114b3fac52af4b13b4a18c5207a02c9ae1c
parentc0dbc083ea0d13999de1d3d98d5ab33e0dc4a11d
Fix logic error in OpenCVFindLibsGUI.cmake

When with_gtk is selected but GTK3 is not present the current logic
fails to check for GTK2. This edit corrects this.
cmake/OpenCVFindLibsGUI.cmake