We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da29d3 commit c1cda38Copy full SHA for c1cda38
1 file changed
libs/core/thread_support/CMakeLists.txt
@@ -30,7 +30,7 @@ add_hpx_module(
30
SOURCES ${thread_support_sources}
31
HEADERS ${thread_support_headers}
32
COMPAT_HEADERS ${thread_support_compat_headers}
33
- MODULE_DEPENDENCIES hpx_assertion hpx_config
34
- hpx_concepts hpx_tracing hpx_type_support
+ MODULE_DEPENDENCIES hpx_assertion hpx_config hpx_concepts hpx_tracing
+ hpx_type_support
35
CMAKE_SUBDIRS examples tests
36
)
0 commit comments