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
Test: replace the bundled msgpuck library with a FetchContent call
Replace bundled msgpuck library with `FetchContent` call during test build
configuration for simpler maintenance: remove the `MP_LIBRARY` macro
definition from EncDecGPerfTest, since we now link directly against the
`msgpuck` library target exported by the tarantool/msgpuck project.
Unfortunately, the `msgpuck` library target does not have interface headers
set, so we need to manually set the header include directory.
Closes#60
0 commit comments