Ci windows x86 (#87)

* CI for 32-bit windows

* small fixes
This commit is contained in:
Fangjun Kuang
2023-03-07 17:14:52 +08:00
committed by GitHub
parent 822e05f169
commit 1cf2c0417a
8 changed files with 102 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ function(download_pybind11)
foreach(f IN LISTS possible_file_locations)
if(EXISTS ${f})
set(pybind11_URL "file://${f}")
set(pybind11_URL "${f}")
set(pybind11_URL2)
break()
endif()