pybind11.cmake 298 Bytes
Newer Older
yuguo's avatar
yuguo committed
1
2
3
4
5
6
7
8
include(FetchContent)

set_mirror_url_with_hash(PYBIND11_URL https://github.com/pybind/pybind11/archive/v2.7.0.zip
                         267807f790ef598ef912a79aceefdc10)

FetchContent_Declare(pybind11 URL ${PYBIND11_URL} URL_HASH MD5=${PYBIND11_URL_HASH})

FetchContent_MakeAvailable(pybind11)