Support use of external/system GTest installation (#1469)

* Support use of system/external GTest installation

* Create working directory for tests explicitly
This commit is contained in:
Daniel Richard G
2024-07-10 11:07:57 -04:00
committed by GitHub
parent 81b06ee0e0
commit d6580c3dc0
2 changed files with 9 additions and 3 deletions

View File

@ -42,7 +42,7 @@ target_link_libraries(
CUTLASS
cutlass_tools_util_includes
$<$<BOOL:${CUTLASS_ENABLE_CUBLAS}>:nvidia::cublas>
gtest
GTest::gtest
cudart
cuda_driver
)
@ -84,7 +84,7 @@ function(cutlass_test_unit_add_executable NAME)
target_link_libraries(
${NAME}
PUBLIC
gtest
GTest::gtest
)
else()
target_link_libraries(