X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=96b3a1ed1056f7ead12e39346e6f5ef449ff89fe;hb=ab186d22b223c95810bdd603db55568a14ba5de8;hp=1b9c7d1a2b50fb3106a61c11e81c90df49ff87a7;hpb=03e8c9914eeadadd6f54aa32f55f5c08bd27c426;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b9c7d1..96b3a1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ project(pulseview) option(DISABLE_WERROR "Build without -Werror" FALSE) option(ENABLE_SIGNALS "Build with UNIX signals" TRUE) -option(ENABLE_DECODE "Build with libsigrokdecode" FALSE) +option(ENABLE_DECODE "Build with libsigrokdecode" TRUE) option(ENABLE_COTIRE "Enable cotire" FALSE) option(ENABLE_TESTS "Enable unit tests" FALSE) option(STATIC_PKGDEPS_LIBS "Statically link to (pkg-config) libraries" FALSE) @@ -61,10 +61,10 @@ endif() #= Dependencies #------------------------------------------------------------------------------- -list(APPEND PKGDEPS libsigrok>=0.2.0) +list(APPEND PKGDEPS libsigrok>=0.3.0) if(ENABLE_DECODE) - list(APPEND PKGDEPS libsigrokdecode>=0.2.0) + list(APPEND PKGDEPS libsigrokdecode>=0.3.0) endif() find_package(PkgConfig)