Cannot generate a safe runtime path

Hi,

during generating I get multiple warnings “Cannot generate a safe runtime search path”, but I don’t quite understand it.

CMake Warning at build-analyze/_deps/cpr-src/cpr/CMakeLists.txt:3 (add_library):
  Cannot generate a safe runtime search path for target cpr because files in
  some directories may conflict with libraries in implicit directories:

    runtime library [libz.so.1] in /usr/lib may be hidden by files in:
      /home/leon/Projects/Beans/beans-server/build-analyze/lib

  Some of these libraries may not be found correctly.

The library is using curl, which might lead to conflicts? I would appreciate some help!