Fix building for GPU support. (#195)

This commit is contained in:
Fangjun Kuang
2023-07-05 18:18:31 +08:00
committed by GitHub
parent 1f02f7c349
commit a40697f633
10 changed files with 78 additions and 23 deletions

View File

@@ -19,6 +19,7 @@ function(download_pybind11)
if(EXISTS ${f})
set(pybind11_URL "${f}")
file(TO_CMAKE_PATH "${pybind11_URL}" pybind11_URL)
message(STATUS "Found local downloaded pybind11: ${pybind11_URL}")
set(pybind11_URL2)
break()
endif()