From 0dfbf7ff242c8bfbc7fbd0250754e93911f9175d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 10 Oct 2012 23:44:23 +0200 Subject: [PATCH] Bump libsigrok dependency to >= 0.2.0. Older versions (e.g. 0.1.1) will not work with the current PulseView code. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 872139ee..78c1f8e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(pulseview) find_package(PkgConfig) pkg_check_modules(PKGDEPS REQUIRED libsigrokdecode>=0.1.0 - libsigrok>=0.1.0 + libsigrok>=0.2.0 ) find_package(Qt4 REQUIRED) -- 2.30.2