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
This patch aims to fix CMake warnings like these:
```
CMake Warning (dev) at external/cmake-scripts/formatting.cmake:113 (set):
uninitialized variable 'FORMAT_FILES'
Call Stack (most recent call first):
CMakeLists.txt:100 (cmake_format)
This warning is for project developers. Use -Wno-dev to suppress it.
```
0 commit comments