From: <svn...@op...> - 2009-06-01 09:37:52
|
Author: dgollub Date: Mon Jun 1 11:37:45 2009 New Revision: 5660 URL: http://www.opensync.org/changeset/5660 Log: Set minimum required/supported glib2 version to 2.12 Refs discussion on opensync-devel http://thread.gmane.org/gmane.comp.misc.opensync.devel/3901/focus=3902 Modified: trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt ============================================================================== --- trunk/CMakeLists.txt Sun May 31 23:44:53 2009 (r5659) +++ trunk/CMakeLists.txt Mon Jun 1 11:37:45 2009 (r5660) @@ -59,6 +59,11 @@ ############################################### +# Minimum Requirment for glib2 to be compatible with +# various distros: RHEL5, maemo, ... +# http://thread.gmane.org/gmane.comp.misc.opensync.devel/3901/focus=3902 +SET ( GLIB2_MIN_VERSION "2.12" ) + FIND_PACKAGE( GLIB2 REQUIRED ) FIND_PACKAGE( GTHREAD2 REQUIRED ) FIND_PACKAGE( GMODULE2 REQUIRED ) |