Skip to content

Commit 30930df

Browse files
committed
build: require CapnProto 0.7.0 or better
Note that 1.0.1 is the oldest version currently covered by Bitcoin Core's extensive CI.
1 parent b4120d3 commit 30930df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
include("cmake/compat_find.cmake")
1414

15-
find_package(CapnProto REQUIRED)
15+
find_package(CapnProto 0.7.0 REQUIRED)
1616
find_package(Threads REQUIRED)
1717

1818
set(MPGEN_EXECUTABLE "" CACHE FILEPATH "If specified, should be full path to an external mpgen binary to use rather than the one built internally.")

0 commit comments

Comments
 (0)