diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-08 09:23:18 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-08 09:23:18 -0300 |
commit | f8cb4a382d9fbd6782877d79b7ed5fea001f4c09 (patch) | |
tree | 8393c4408963722f8a3cc6eeba77e69b252f5232 | |
parent | 7d5d35900bf178ddb2b773bdefde278d11ca89df (diff) |
Lower the libsoup version required from 2.26 to 2.24
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} |