From: Joel Holdsworth Date: Sun, 2 Mar 2014 19:50:52 +0000 (+0000) Subject: Enable decode support by default X-Git-Tag: pulseview-0.2.0~36 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=19f511a492b5fb917802b84a8ae81b4c8073c747 Enable decode support by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b9c7d1a..11767a6f 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)