projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f70d867
)
Enable decode support by default
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 2 Mar 2014 19:50:52 +0000
(19:50 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 2 Mar 2014 21:32:03 +0000
(21:32 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1b9c7d1a2b50fb3106a61c11e81c90df49ff87a7..11767a6fc587df5a7948169aaa3751a568ac7f4d 100644
(file)
--- 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"
FALS
E)
+option(ENABLE_DECODE "Build with libsigrokdecode"
TRU
E)
option(ENABLE_COTIRE "Enable cotire" FALSE)
option(ENABLE_TESTS "Enable unit tests" FALSE)
option(STATIC_PKGDEPS_LIBS "Statically link to (pkg-config) libraries" FALSE)