You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
227 B

  1. FetchContent_Declare(pybind11
  2. URL https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.zip
  3. URL_HASH SHA256=d1646e6f70d8a3acb2ddd85ce1ed543b5dd579c68b8fb8e9638282af20edead8
  4. )
  5. FetchContent_MakeAvailable(pybind11)