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
Improve CMake check when both interpreter modes are OFF
The style of this check is improved, we can use an elseif instead of going through another if block to add the REPL definitions. Even though this is fine in theory, setting both flags to ON, caused this to add both definitions, which is fixed by the previous commit.
0 commit comments