NVIDIA/stdexec

stdexec CMake turns off BUILD_TESTING for developer projects

Closed this issue · 2 comments

Using CPMAddPackage or FetchContent_Declare with stdexec will cause the CTest BUILD_TESTING value to be turned off. This disables unit tests or GitHub actions when stdexec is added as a dependency to other projects.

@stephenberry can you see if #1366 fixes your issue?

@ericniebler
Yes, I tested #1366 and it fixes the issue. Thanks!