stdexec CMake turns off BUILD_TESTING for developer projects
Closed this issue · 2 comments
stephenberry commented
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.
ericniebler commented
@stephenberry can you see if #1366 fixes your issue?
stephenberry commented
@ericniebler
Yes, I tested #1366 and it fixes the issue. Thanks!