Skip to content

Commit c090cc8

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

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 1.0.1 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)