Skip to content

Commit c1cda38

Browse files
committed
thread_support: fix cmake-format wrapping in CMakeLists
Signed-off-by: v4xsh <vanshdobhal11@gmail.com>
1 parent 5da29d3 commit c1cda38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/core/thread_support/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ add_hpx_module(
3030
SOURCES ${thread_support_sources}
3131
HEADERS ${thread_support_headers}
3232
COMPAT_HEADERS ${thread_support_compat_headers}
33-
MODULE_DEPENDENCIES hpx_assertion hpx_config
34-
hpx_concepts hpx_tracing hpx_type_support
33+
MODULE_DEPENDENCIES hpx_assertion hpx_config hpx_concepts hpx_tracing
34+
hpx_type_support
3535
CMAKE_SUBDIRS examples tests
3636
)

0 commit comments

Comments
 (0)