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
CMP0037 was set to avoid warnings about using reserved target names
(`test`). As of CMake 3.11, the test keyword is only reserved when the
`ctest` module or testing is enabled through CMake. The llbuild build
system requires at least 3.19, so this setting now just results in a
warning about how the old behavior is deprecated.
0 commit comments