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>
Thu, 10 Apr 2014 22:28:23 +0000 (23:28 +0100)
commit8fd11f477bc6b27330ef8d20c55e9e36b46eedd9
tree07994635ea4121454faf086a14c0025eafc31e13
parent47d4f8cd61ad5f7ef059ae52f1526cffa5f0d63b
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