File tree 1 file changed +10
-14
lines changed
third_party/identify_stream_usage
1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ if(GINKGO_BUILD_CUDA)
16
16
)
17
17
set_target_properties (
18
18
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
26
24
)
27
25
28
26
add_executable (
@@ -52,13 +50,11 @@ if(GINKGO_BUILD_HIP AND GINKGO_HIP_PLATFORM_AMD)
52
50
target_link_libraries (identify_stream_usage_hip ${CMAKE_DL_LIBS} )
53
51
set_target_properties (
54
52
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
62
58
)
63
59
64
60
add_executable (
You can’t perform that action at this time.
0 commit comments