From: Uwe Hermann Date: Thu, 10 Jan 2019 01:32:51 +0000 (+0100) Subject: CMakeLists.txt: Set ENABLE_FLOW to FALSE by default. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=f058e273becb663ff89e022924c31a144c30e21f;ds=sidebyside CMakeLists.txt: Set ENABLE_FLOW to FALSE by default. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 47dc03b8..bd0ac5cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ option(DISABLE_WERROR "Build without -Werror" TRUE) option(ENABLE_SIGNALS "Build with UNIX signals" TRUE) option(ENABLE_STACKTRACE "Enable stack trace when crashing" FALSE) option(ENABLE_DECODE "Build with libsigrokdecode" TRUE) -option(ENABLE_FLOW "Build with libsigrokflow" TRUE) +option(ENABLE_FLOW "Build with libsigrokflow" FALSE) option(ENABLE_TESTS "Enable unit tests" FALSE) option(STATIC_PKGDEPS_LIBS "Statically link to (pkg-config) libraries" FALSE)