mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 16:50:01 -06:00
Tests/HIP: Improve cmake code formatting
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
macro (add_hip_test_macro name)
|
||||
add_test_macro("${name}" ${ARGN})
|
||||
set_property(TEST "${name}" APPEND
|
||||
PROPERTY LABELS "HIP")
|
||||
set_property(TEST "${name}" APPEND PROPERTY LABELS "HIP")
|
||||
endmacro ()
|
||||
|
||||
add_hip_test_macro(HIP.ArchitectureOff HIPOnlyArchitectureOff)
|
||||
|
||||
Reference in New Issue
Block a user