Replace repo with the NVIDIA one (#32951)
This commit is contained in:
parent
e89b79d074
commit
941eb8d297
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
class P2300(CMakePackage):
|
||||
"""The proposed C++ framework for asynchronous and parallel programming."""
|
||||
|
||||
homepage = "https://github.com/brycelelbach/wg21_p2300_std_execution"
|
||||
git = "https://github.com/brycelelbach/wg21_p2300_std_execution.git"
|
||||
homepage = "https://github.com/NVIDIA/stdexec"
|
||||
git = "https://github.com/NVIDIA/stdexec.git"
|
||||
maintainers = ["msimberg", "aurianer"]
|
||||
|
||||
version("main", branch="main")
|
||||
|
|
Loading…
Reference in a new issue