File: Boost.cmake

package info (click to toggle)
libbgcode 0.0~git20251210.0773cea-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,264 kB
  • sloc: cpp: 3,712; python: 255; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
add_cmake_project(Boost
    URL "https://github.com/boostorg/boost/releases/download/boost-1.82.0/boost-1.82.0.zip"
    URL_HASH SHA256=200f9292b5ef957ab551a648834239f502df165cb7bff18432702fb7ae98accb
    LIST_SEPARATOR |
    CMAKE_ARGS
        -DBOOST_INCLUDE_LIBRARIES:STRING=beast|nowide
        -DBOOST_EXCLUDE_LIBRARIES:STRING=context|coroutine
        -DBUILD_TESTING:BOOL=OFF
        -DCMAKE_POLICY_VERSION_MINIMUM=3.5
)