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
cmake: Make build reproducible across different build directories
Without this, the usage of the __FILE__ macro leaves the build directory
in the binary. When building the Python extension with build isolation
enabled this would lead to random paths in the binary.
0 commit comments