Fix building for GPU support. (#195)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user