projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024db17
)
CMakeLists.txt: Set ENABLE_FLOW to FALSE by default.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 10 Jan 2019 01:32:51 +0000
(
02:32
+0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 10 Jan 2019 01:40:18 +0000
(
02:40
+0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 47dc03b86a142b15bc20b5f11c80adc0637886d8..bd0ac5cf0c5b5bca45e43b1891636d1eb3136ac6 100644
(file)
--- 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"
TRU
E)
+option(ENABLE_FLOW "Build with libsigrokflow"
FALS
E)
option(ENABLE_TESTS "Enable unit tests" FALSE)
option(STATIC_PKGDEPS_LIBS "Statically link to (pkg-config) libraries" FALSE)