Skip to content

Commit c7eb6cd

Browse files
remove redundant set target line
1 parent fcb7fcc commit c7eb6cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tests/conduit/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ set(conduit_device_test_sources
7171
if(CONDUIT_USE_CUDA)
7272
set_source_files_properties(${conduit_device_test_sources}
7373
PROPERTIES LANGUAGE CUDA)
74-
set_target_properties(t_conduit_execution PROPERTIES LINKER_LANGUAGE CUDA)
7574
elseif(CONDUIT_USE_HIP)
7675
set_source_files_properties(${conduit_device_test_sources}
7776
PROPERTIES LANGUAGE HIP)
78-
set_target_properties(t_conduit_execution PROPERTIES LINKER_LANGUAGE HIP)
7977
endif()
8078

8179
################################

0 commit comments

Comments
 (0)