projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aad432
)
CMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE).
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 1 Jan 2014 13:58:45 +0000
(14:58 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 1 Jan 2014 14:03:18 +0000
(15:03 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9d2428a9e201148c5ef02d7310af70aea6d1243d..5ec003fc44e94f283715c883812f2357d67390d7 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-34,7
+34,7
@@
project(pulseview)
option(DISABLE_WERROR "Build without -Werror" FALSE)
option(ENABLE_SIGNALS "Build with UNIX signals" TRUE)
option(ENABLE_DECODE "Build with libsigrokdecode" FALSE)
-option(ENABLE_
TESTS
"Enable cotire" FALSE)
+option(ENABLE_
COTIRE
"Enable cotire" FALSE)
option(ENABLE_TESTS "Enable unit tests" FALSE)
option(STATIC_PKGDEPS_LIBS "Statically link to (pkgconfig) libraries" FALSE)