From 55517812ff04ea896e362977f2b79e1b1213c208 Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Wed, 2 Dec 2015 10:07:42 +0100 Subject: [PATCH] Gtk3 branch compiles with sigc++-2.3.1, updated CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e614718e1..3de145394 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,7 +228,7 @@ pkg_check_modules (GIO REQUIRED gio-2.0>=2.44) pkg_check_modules (GIOMM REQUIRED giomm-2.4>=2.44) pkg_check_modules (GTHREAD REQUIRED gthread-2.0>=2.44) pkg_check_modules (GOBJECT REQUIRED gobject-2.0>=2.44) -pkg_check_modules (SIGC REQUIRED sigc++-2.0>=2.4) +pkg_check_modules (SIGC REQUIRED sigc++-2.0>=2.3.1) # NOTE: The new mechanism has been tested with BUILD_SHARED = OFF if (WIN32) add_definitions (-DWIN32)