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