Unverified Commit eceea164 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #915 from faywong/master

remove kj-test from CAPNP_LIBRARIES
parents 22c0fdf6 870d8236
...@@ -65,7 +65,7 @@ set(CAPNP_INCLUDE_DIRS ${CAPNP_INCLUDE_DIRECTORY}) ...@@ -65,7 +65,7 @@ set(CAPNP_INCLUDE_DIRS ${CAPNP_INCLUDE_DIRECTORY})
# No need to list all libraries, just the leaves of the dependency tree. # No need to list all libraries, just the leaves of the dependency tree.
set(CAPNP_LIBRARIES_LITE CapnProto::capnp) set(CAPNP_LIBRARIES_LITE CapnProto::capnp)
set(CAPNP_LIBRARIES CapnProto::capnp-rpc CapnProto::capnp-json set(CAPNP_LIBRARIES CapnProto::capnp-rpc CapnProto::capnp-json
CapnProto::kj-http CapnProto::kj-test) CapnProto::kj-http)
set(CAPNP_DEFINITIONS) set(CAPNP_DEFINITIONS)
if(TARGET CapnProto::capnp AND NOT TARGET CapnProto::capnp-rpc) if(TARGET CapnProto::capnp AND NOT TARGET CapnProto::capnp-rpc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment