]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_LIBRARIES
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 6 Mar 2019 21:53:21 +0000 (22:53 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 8 Mar 2019 17:16:06 +0000 (18:16 +0100)
commitb533c4683a62b6a133e3040fe29dd070774aaaf7
tree6eb9fd3b5838101ddd3551632ff7e312e6595db6
parentb0496c44edfadcb433e5ab1693f211cd7c113d38
build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_LIBRARIES

Otherwise linking could error like:
```
/usr/local/bin/ld: /usr/local/lib/libboost_python27.so: undefined reference to `PyUnicodeUCS4_FromEncodedObject'
/usr/local/bin/ld: /usr/local/lib/libboost_python27.so: undefined reference to `PyNumber_InPlaceDivide'
........
/usr/local/bin/ld: /usr/local/lib/libboost_python27.so: undefined reference to `PyStaticMethod_Type'
/usr/local/bin/ld: /usr/local/lib/libboost_python27.so: undefined reference to `PyTuple_Size'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [src/test/rgw/CMakeFiles/unittest_rgw_dmclock_scheduler.dir/build.make:147: bin/unittest_rgw_dmclock_scheduler] Error 1
```

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/rgw/CMakeLists.txt