Skip to content

Fix linking issue

Benjamin Bertrand requested to merge conda into master

When building with conda I got the following error: error: undefined reference to clock_gettime

I had to add PUBLIC rt to target_link_libraries to fix it.

This has been reported previously here: hdbpp-timescale-project#18

Merge request reports