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
@twsearle No, there is no change. This change only allows workflow to pass the BUILD_TESTING variable to the cmake tasks. The default is ON/true.
To take full advantage of this change, we should raise a separate PR in orca-jedi to add a if(BUILD_TESTING) block in CMakeLists.txt so it knows what/when to include/exclude CTest related logic.