Files
gentoo/sys-cluster/ceph/files/ceph-16.2.0-jaeger-system-boost.patch
Patrick McLean b2d98f7c63 sys-cluster/ceph-16.2.0: Version bump
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2021-04-02 21:20:03 -07:00

15 lines
469 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a0d8672a7..a76e7e1842 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -631,6 +631,9 @@ if(WITH_SYSTEM_BOOST)
set_property(TARGET Boost::iostreams APPEND PROPERTY
INTERFACE_LINK_LIBRARIES ZLIB::ZLIB)
endif()
+ if (WITH_JAEGER)
+ include_directories("${CMAKE_SOURCE_DIR}/boost/include")
+ endif()
else()
set(BOOST_J 1 CACHE STRING
"max jobs for Boost build") # override w/-DBOOST_J=<n>