Files
clio/cmake/deps/Boost.cmake
2026-06-25 11:19:12 +01:00

11 lines
175 B
CMake

set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)
find_package(
Boost
1.82
REQUIRED
CONFIG
COMPONENTS program_options system log log_setup
)