We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c52ad commit b004a5bCopy full SHA for b004a5b
commands/setup
@@ -46,7 +46,7 @@ BUILD_DIR=".build"
46
47
CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Debug}"
48
49
-GENERATE_CMD=(cmake)
+GENERATE_CMD=(cmake "-Werror=dev" "-Werror=deprecated")
50
if ! cmake-help-contains "Visual Studio" || [ -n "$CXX" ]; then
51
COVERAGE="${COVERAGE:-0}"
52
if [ "$COVERAGE" = 1 ]; then
0 commit comments