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] Fix build from empty CMAKE_LIBRARY_OUTPUT_DIRECTORY (#8810)
If building from root `CMakeLists.txt`, we will have an empty
`CMAKE_LIBRARY_OUTPUT_DIRECTORY`, then this will try
to create `/plugins` and see permission failures.
0 commit comments