Skip to content

Conversation

@kexianda
Copy link
Contributor

@kexianda kexianda commented Jan 5, 2026

No description provided.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Jan 5, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Comment on lines 58 to +60
self.cpp_info.set_property("cmake_file_name", "P2300")
self.cpp_info.set_property("cmake_target_name", "P2300::P2300")
self.cpp_info.set_property("cmake_target_aliases", ["STDEXEC::stdexec"])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm no conan expert myself, but what do the two lines above yours do? there is no "P2300" file or "P2300::P2300" target.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attn @kexianda

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericniebler Sorry for late replay.

It is a minor issue. Let me explain:

1, self.cpp_info.set_property("cmake_file_name", "P2300")
self.cpp_info.set_property("cmake_target_name", "P2300::P2300")

The cmake target name of execution is STDEXEC::stdexec. It was declared as P2300::P2300 in the conanfile years ago. Conan will generate a Find-P2300.cmake, wiht the target name P2300::P2300.

2, self.cpp_info.set_property("cmake_target_aliases", ["STDEXEC::stdexec"])
Adding an alias(STDEXEC::stdexec) of cmake target for execution

@ericniebler
Copy link
Collaborator

/ok to test 37e4d45

@ericniebler ericniebler merged commit 182687f into NVIDIA:main Jan 18, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants