From d6900fa450f7d2755ec222cc0f95ad043b7832e4 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 22 Oct 2015 17:32:42 +0200 Subject: [PATCH] Remove GTK2 CMake module debug on Windows. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61cf9b1c4..ac4f9e1bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)