Fix building for GPU support. (#195)
This commit is contained in:
@@ -18,6 +18,7 @@ function(download_cargs)
|
||||
if(EXISTS ${f})
|
||||
set(cargs_URL "${f}")
|
||||
file(TO_CMAKE_PATH "${cargs_URL}" cargs_URL)
|
||||
message(STATUS "Found local downloaded cargs: ${cargs_URL}")
|
||||
break()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
Reference in New Issue
Block a user