Remove GTK2 CMake module debug on Windows.

This commit is contained in:
Ghislain MARY 2015-10-22 17:32:42 +02:00
parent 129655f4c7
commit d6900fa450

View file

@ -119,7 +119,6 @@ if(ENABLE_NOTIFY)
endif()
if(ENABLE_GTK_UI)
if(WIN32)
set(GTK2_DEBUG TRUE)
set(GTK2_ADDITIONAL_SUFFIXES "../lib/glib-2.0/include" "../lib/gtk-2.0/include")
endif()
find_package(GTK2 2.18 REQUIRED gtk)