Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711395
D13330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
484 B
Subscribers
None
D13330.diff
View Options
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -57,7 +57,7 @@
list(APPEND _TEST_TARGET_DEPENDS bitcoin-wallet)
endif()
if(BUILD_BITCOIN_CHRONIK)
- find_package(Protobuf REQUIRED)
+ find_package(Protobuf 3.0.0 REQUIRED)
protobuf_generate_python(PROTOBUF_PY ../chronik/proto/chronik.proto)
list(APPEND _TEST_TARGET_DEPENDS "${PROTOBUF_PY}")
add_custom_target(protobuf-chronik ALL DEPENDS "${PROTOBUF_PY}")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 11:51 (2 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573463
Default Alt Text
D13330.diff (484 B)
Attached To
D13330: [Chronik] Require at least Protobuf 3.0.0 for Chronik functional tests
Event Timeline
Log In to Comment