You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn BUILD_TESTING off if EXECUTORCH_BUILD_TESTS is off (#12566)
As the comment notes, it looks like otherwise we have third-party deps
that might include(CTest) and thereby turn on testing even though our
specific option is off. (Should we get rid of the specific option or
more directly alias it to BUILD_TESTING?)
0 commit comments