Skip to content

Commit

Permalink
Correctly capitalize Stdexec target library cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 22, 2024
1 parent 4b30ab2 commit 1c8309a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/HPX_SetupStdexec.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ if(HPX_WITH_STDEXEC)
COMPONENT cmake
)

add_library(Stdexec::Stdexec ALIAS Stdexec)
add_library(STDEXEC::stdexec ALIAS Stdexec)

# fetchcontent_makeavailable(Stdexec)
Expand Down

0 comments on commit 1c8309a

Please sign in to comment.