File tree Expand file tree Collapse file tree
libs/core/algorithms/tests/performance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 )
8181 endif ()
8282endif ()
83+
84+ # stdexec is now unconditionally required; define HPX_HAVE_STDEXEC so that
85+ # downstream code using #if defined(HPX_HAVE_STDEXEC) continues to work.
86+ hpx_add_config_define (HPX_HAVE_STDEXEC )
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ set(benchmarks
3131)
3232
3333# foreach_report uses tag_invoke-based sender patterns that do not compile with
34- # Clang <= 21 / AppleClang <= 16 against the current stdexec.
34+ # Clang <= 21 / AppleClang <= 17 against the current stdexec.
3535if ((CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION
3636 VERSION_LESS_EQUAL "21" )
3737 OR (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang"
38- AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS_EQUAL "16 " )
38+ AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS_EQUAL "17 " )
3939)
4040 list (REMOVE_ITEM benchmarks foreach_report)
4141endif ()
You can’t perform that action at this time.
0 commit comments