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
bindings/csharp/CMakeLists.txt: Fix install step for CSharp bindings.
Debug symbols files (whether .pdb or .mdb) are created at build time
not cmake generation time. So for a clean build, if those files are not
found at cmake generation time, the install step for CSharp will not be
properly done.
Signed-off-by: Alexandra Trifan <[email protected]>
0 commit comments