Skip to content

Commit e0fd7bf

Browse files
committed
[cmake] format fixes
1 parent bdaeaee commit e0fd7bf

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

third_party/identify_stream_usage/CMakeLists.txt

+10-14
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ if(GINKGO_BUILD_CUDA)
1616
)
1717
set_target_properties(
1818
identify_stream_usage_cuda
19-
PROPERTIES # set target compile options
20-
CXX_STANDARD
21-
17
22-
CXX_STANDARD_REQUIRED
23-
ON
24-
POSITION_INDEPENDENT_CODE
25-
ON
19+
# set target compile options
20+
PROPERTIES
21+
CXX_STANDARD 17
22+
CXX_STANDARD_REQUIRED ON
23+
POSITION_INDEPENDENT_CODE ON
2624
)
2725

2826
add_executable(
@@ -52,13 +50,11 @@ if(GINKGO_BUILD_HIP AND GINKGO_HIP_PLATFORM_AMD)
5250
target_link_libraries(identify_stream_usage_hip ${CMAKE_DL_LIBS})
5351
set_target_properties(
5452
identify_stream_usage_hip
55-
PROPERTIES # set target compile options
56-
CXX_STANDARD
57-
17
58-
CXX_STANDARD_REQUIRED
59-
ON
60-
POSITION_INDEPENDENT_CODE
61-
ON
53+
# set target compile options
54+
PROPERTIES
55+
CXX_STANDARD 17
56+
CXX_STANDARD_REQUIRED ON
57+
POSITION_INDEPENDENT_CODE ON
6258
)
6359

6460
add_executable(

0 commit comments

Comments
 (0)