projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7773cca
)
CMakeLists.txt: Bump libsigrokcxx requirement to 0.6.0.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 21 Jul 2017 05:07:10 +0000
(07:07 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 21 Jul 2017 13:10:34 +0000
(15:10 +0200)
This was already documented in INSTALL, but the check wasn't updated.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 39f0c07f57dd96fdc4396569b2596a357c616412..21edc55a46db8063d855b8a4571233455c79747b 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-58,7
+58,7
@@
endif()
list(APPEND PKGDEPS glib-2.0>=2.28.0)
list(APPEND PKGDEPS glibmm-2.4>=2.28.0)
-list(APPEND PKGDEPS libsigrokcxx>=0.
5
.0)
+list(APPEND PKGDEPS libsigrokcxx>=0.
6
.0)
if(ENABLE_DECODE)
list(APPEND PKGDEPS libsigrokdecode>=0.5.0)