Add transpose (#82)

This commit is contained in:
Fangjun Kuang
2023-03-05 11:27:17 +08:00
committed by GitHub
parent c230cf0a97
commit 422221b3b4
11 changed files with 110 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ function(download_googltest)
foreach(f IN LISTS possible_file_locations)
if(EXISTS ${f})
set(googletest_URL "file://${f}")
set(googletest_URL2)
break()
endif()
endforeach()