From 3ad0e844edc675d2a2f76dfd6bdb6aa24ebea72f Mon Sep 17 00:00:00 2001 From: Ben Cantrell Date: Wed, 4 Jun 2025 06:20:54 -0500 Subject: [PATCH] Update conanfile.txt Don't build boost libraries if they are not needed. --- conanfile.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/conanfile.txt b/conanfile.txt index d833413..e92ab34 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -12,6 +12,40 @@ CMakeToolchain [options] boost/*:header_only=True +boost/*:without_atomic=True +boost/*:without_charconv=True +boost/*:without_chrono=True +boost/*:without_cobalt=True +boost/*:without_container=True +boost/*:without_context=True +boost/*:without_contract=True +boost/*:without_coroutine=True +boost/*:without_date_time=True +boost/*:without_exception=True +boost/*:without_fiber=True +boost/*:without_filesystem=True +boost/*:without_graph=True +boost/*:without_graph_parallel=True +boost/*:without_iostreams=True +boost/*:without_json=True +boost/*:without_locale=True +boost/*:without_log=True +boost/*:without_math=True +boost/*:without_mpi=True +boost/*:without_nowide=True +boost/*:without_program_options=True +boost/*:without_python=True +boost/*:without_random=True +boost/*:without_regex=True +boost/*:without_serialization=True +boost/*:without_stacktrace=True +boost/*:without_system=True +boost/*:without_test=True +boost/*:without_thread=True +boost/*:without_timer=True +boost/*:without_type_erasure=True +boost/*:without_url=True +boost/*:without_wave=True [layout] cmake_layout