X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=bd0ac5cf0c5b5bca45e43b1891636d1eb3136ac6;hp=47dc03b86a142b15bc20b5f11c80adc0637886d8;hb=5f9a52096e07e399d76da6724c1cf56bf4511c9f;hpb=696c7eac4d10f630d9d120af9a1106eecf4fd75e diff --git a/CMakeLists.txt b/CMakeLists.txt index 47dc03b..bd0ac5c 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)