]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: add numeric to BOOST_COMPONENTS wip-cmake-boost-numeric-arrow
authorCasey Bodley <cbodley@redhat.com>
Tue, 14 Oct 2025 15:39:31 +0000 (11:39 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 14 Oct 2025 17:49:53 +0000 (13:49 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
CEPH-BUILD-JOB: ceph-dev-new
DISTROS: centos9 jammy noble
ARCHS: x86_64
FLAVORS: default
CI-CONTAINER: false

CMakeLists.txt

index bc255b4df40ed81393d7855c411799b246e67762..20efd8660702286b29306390aed95585af658a89 100644 (file)
@@ -743,7 +743,7 @@ option(WITH_SYSTEM_BOOST "require and build with system Boost" OFF)
 # Boost::thread depends on Boost::atomic, so list it explicitly.
 set(BOOST_COMPONENTS
   atomic chrono thread system regex random program_options date_time
-  iostreams context coroutine url)
+  iostreams context coroutine url numeric_conversion)
 set(BOOST_HEADER_COMPONENTS container)
 
 if(WITH_MGR)