We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4120d3 commit 30930dfCopy full SHA for 30930df
CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
13
include("cmake/compat_find.cmake")
14
15
-find_package(CapnProto REQUIRED)
+find_package(CapnProto 0.7.0 REQUIRED)
16
find_package(Threads REQUIRED)
17
18
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