Skip to content

Commit b1364b5

Browse files
committed
Adding missing module dependencies to the HPX algorithm module
- I have no idea why this has not shown up before ... :/ Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
1 parent 277d300 commit b1364b5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

libs/core/algorithms/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,17 +270,31 @@ add_hpx_module(
270270
"hpx/parallel/util/detail/handle_remote_exceptions.hpp"
271271
SOURCES ${algorithms_sources}
272272
MODULE_DEPENDENCIES
273+
hpx_async_base
273274
hpx_async_combinators
274275
hpx_async_local
276+
hpx_concepts
277+
hpx_concurrency
275278
hpx_config
279+
hpx_coroutines
280+
hpx_datastructures
281+
hpx_errors
282+
hpx_execution_base
276283
hpx_execution
277284
hpx_executors
285+
hpx_functional
278286
hpx_futures
279287
hpx_iterator_support
288+
hpx_itt_notify
280289
hpx_lcos_local
290+
hpx_memory
281291
hpx_pack_traversal
282292
hpx_properties
283293
hpx_serialization
294+
hpx_synchronization
295+
hpx_tag_invoke
296+
hpx_threading_base
297+
hpx_type_support
284298
hpx_util
285299
${additional_dependencies}
286300
CMAKE_SUBDIRS examples tests

0 commit comments

Comments
 (0)