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
CMakeLists: Do not write generated files to the source dir (onnx#3667)
This makes sure that out-of-source builds can be performed cleanly, and
in particular that multiple out-of-source builds can be performed from
the same directory.
After this commit, you can run cmake with a read-only source directory.
Signed-off-by: Geoffrey Thomas <[email protected]>
Co-authored-by: Chun-Wei Chen <[email protected]>
0 commit comments