We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb7fcc commit c7eb6cdCopy full SHA for c7eb6cd
1 file changed
src/tests/conduit/CMakeLists.txt
@@ -71,11 +71,9 @@ set(conduit_device_test_sources
71
if(CONDUIT_USE_CUDA)
72
set_source_files_properties(${conduit_device_test_sources}
73
PROPERTIES LANGUAGE CUDA)
74
- set_target_properties(t_conduit_execution PROPERTIES LINKER_LANGUAGE CUDA)
75
elseif(CONDUIT_USE_HIP)
76
77
PROPERTIES LANGUAGE HIP)
78
- set_target_properties(t_conduit_execution PROPERTIES LINKER_LANGUAGE HIP)
79
endif()
80
81
################################
0 commit comments