build_config.json 580 B

1234567891011121314151617181920
  1. {
  2. "git_url":"https://github.com/pybind/pybind11",
  3. "git_tag":"v2.10.0",
  4. "package_name":"pybind11",
  5. "package_version":"2.10.0-rev1",
  6. "package_url":"https://github.com/pybind/pybind11",
  7. "package_license":"BSD-3-Clause",
  8. "package_license_file":"pybind11/LICENSE",
  9. "cmake_find_source":"Findpybind11.cmake",
  10. "cmake_find_target":"Findpybind11.cmake",
  11. "Platforms":{
  12. "Windows": {
  13. "multiplatform":{
  14. "cmake_generate_args": [
  15. "-DPYBIND11_TEST=0"
  16. ]
  17. }
  18. }
  19. }
  20. }