You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
Some of these variables are already exported by cmake files in capnproto
in third_party. And correctly.
The problem I see in my machine is that capnproto writes the static libs
to prefix/lib64/ but hardcoded CAPNP_LIBRARIES says that they are in the
prefix/lib/ directory. This makes peloton fail to link with capnp static
libs.
Let capnp cmake files in third_party handle it correctly.
0 commit comments