Skip to content

Commit c7e5d7c

Browse files
authored
ci: remove unused CMake option (#10962)
1 parent 722d9cc commit c7e5d7c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/kokoro/windows/builds/quickstart-cmake.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ ForEach($feature in $features) {
7878
"-DCMAKE_TOOLCHAIN_FILE=`"${vcpkg_root}/scripts/buildsystems/vcpkg.cmake`""
7979
"-DCMAKE_BUILD_TYPE=${env:CONFIG}",
8080
"-DVCPKG_TARGET_TRIPLET=${env:VCPKG_TRIPLET}",
81-
"-DCMAKE_CXX_COMPILER=cl.exe",
82-
"-DGOOGLE_CLOUD_CPP_ENABLE_WERROR=ON"
81+
"-DCMAKE_CXX_COMPILER=cl.exe"
8382
)
8483

8584
Write-Host "$(Get-Date -Format o) Configuring CMake with $cmake_args"

0 commit comments

Comments
 (0)