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