]> sigrok.org Git - pulseview.git/commitdiff
CMakeLists.txt: Set ENABLE_FLOW to FALSE by default.
authorUwe Hermann <redacted>
Thu, 10 Jan 2019 01:32:51 +0000 (02:32 +0100)
committerUwe Hermann <redacted>
Thu, 10 Jan 2019 01:40:18 +0000 (02:40 +0100)
CMakeLists.txt

index 47dc03b86a142b15bc20b5f11c80adc0637886d8..bd0ac5cf0c5b5bca45e43b1891636d1eb3136ac6 100644 (file)
@@ -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)