mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
4ca77bb6db
When compiling KWIML tests with `-Werror=format-security` we get
error: -Wformat-security ignored without -Wformat
Therefore we should disable both `format` and `format-security`
together.