Skip to content

Commit a28ad40

Browse files
committed
Fix bug in GTK+3 logic introduced by previous merge
During merging of conflicting versions of this file, I erroneously deleted several lines in the GUI reporting section. This is repaired in this commit.
1 parent f318b5b commit a28ad40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ else()
749749
endif()
750750
else()
751751
status(" GTK+ 2.x:" HAVE_GTK THEN "YES (ver ${ALIASOF_gtk+-2.0_VERSION})" ELSE NO)
752-
status(" GTK+ 3.x:" HAVE_GTK3 THEN "YES (ver ${ALIASOF_gtk+-3.0_VERSION})" ELSE NO)
753752
status(" GThread :" HAVE_GTHREAD THEN "YES (ver ${ALIASOF_gthread-2.0_VERSION})" ELSE NO)
754753
status(" GtkGlExt:" HAVE_GTKGLEXT THEN "YES (ver ${ALIASOF_gtkglext-1.0_VERSION})" ELSE NO)
755754
endif()

0 commit comments

Comments
 (0)