File: Boost.cmake

package info (click to toggle)
libbgcode 0.0~git20260306.c019e78-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,280 kB
  • sloc: cpp: 3,885; python: 307; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
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
)