-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When using RPMs, the C++ client is installed in /usr/lib64. The copyhrlibs target tries to copy the entire contents of the /usr/lib64 directory into the build directory. This causes the target and the build to fail. The fix is to skip this target when HOTROD_PREBUILT_LIB_DIR is defined, since it is not needed.
- is caused by
-
HRCPP-317 Skip the copyhrlibs target when HOTROD_PREBUILT_LIB_DIR is defined
- Closed