From cac103dc4d9016cb07a2da991b3338a01a753b30 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Wed, 21 Jan 2015 16:12:28 +0100 Subject: Fixed a bug in KiroClient when connection fails during setup Added early-out functionality to all KIRO interfaces to prevent segfaults when passing a NULL pointer --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cad6854..a5db2aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ else() endif() find_package(PkgConfig) -pkg_check_modules(GLIB2 glib-2.0>=2.24 REQUIRED) -pkg_check_modules(GOBJECT2 gobject-2.0>=2.24 REQUIRED) +pkg_check_modules(GLIB2 glib-2.0>=2.32 REQUIRED) +pkg_check_modules(GOBJECT2 gobject-2.0>=2.32 REQUIRED) include_directories( SYSTEM -- cgit v1.2.3