summaryrefslogtreecommitdiff
path: root/cmake/FindGTK2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindGTK2.cmake')
-rw-r--r--cmake/FindGTK2.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/FindGTK2.cmake b/cmake/FindGTK2.cmake
index d99ee4b66..d538ca3e8 100644
--- a/cmake/FindGTK2.cmake
+++ b/cmake/FindGTK2.cmake
@@ -14,8 +14,7 @@
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
#
-set(GTK2_DEBUG ON)
-
+# Set GTK2_DEBUG to enable debug output.
macro(GTK2_DEBUG_MESSAGE _message)
if (GTK2_DEBUG)
message(STATUS "(DEBUG) ${_message}")