From f8cb4a382d9fbd6782877d79b7ed5fea001f4c09 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 8 May 2010 09:23:18 -0300 Subject: Lower the libsoup version required from 2.26 to 2.24 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 604650a4..b706f804 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ message(STATUS "Building HardInfo for architecture: ${HARDINFO_OS}-${HARDINFO_AR include(FindPkgConfig) pkg_check_modules(GTK REQUIRED gtk+-2.0>=2.10 glib-2.0>=2.10 gthread-2.0>=2.10 gmodule-export-2.0>=2.10) -pkg_check_modules(LIBSOUP libsoup-2.4>=2.26) +pkg_check_modules(LIBSOUP libsoup-2.4>=2.24) include_directories( ${CMAKE_SOURCE_DIR} -- cgit v1.2.3