summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2024-05-26 18:13:50 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2024-05-26 18:14:44 -0700
commit1c177722b998a62d7ffcf6c73c2b8542f4c83754 (patch)
treecb5b6a65423a50ec929ad918507ea7b852d64bf9 /ci
parentbaf07b1f6201e4a6b3f16d87131a558693197c6f (diff)
Build abseil_test_dll with ABSL_BUILD_TESTING
... even if ABSL_BUILD_TEST_HELPERS is not specified. When not using ABSL_BUILD_DLL, tests builds even if ABSL_BUILD_TEST_HELPERS is not specified. Make this work for ABSL_BUILD_DLL, by ensuring that (BUILD_TESTING AND ABSL_BUILD_TESTING) triggers abseil_test_dll build. PiperOrigin-RevId: 637493023 Change-Id: Icd5868c547365f4788caac47e002fbfc32a03e94
Diffstat (limited to 'ci')
-rwxr-xr-xci/windows_msvc_cmake.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/windows_msvc_cmake.bat b/ci/windows_msvc_cmake.bat
index c0f1ac94..8b431d77 100755
--- a/ci/windows_msvc_cmake.bat
+++ b/ci/windows_msvc_cmake.bat
@@ -56,7 +56,6 @@ CD "build"
SET CXXFLAGS="/WX"
%CMAKE_BIN% ^
- -DABSL_BUILD_TEST_HELPERS=ON ^
-DABSL_BUILD_TESTING=ON ^
-DABSL_GOOGLETEST_DOWNLOAD_URL=%ABSL_GOOGLETEST_DOWNLOAD_URL% ^
-DBUILD_SHARED_LIBS=%ABSL_CMAKE_BUILD_SHARED% ^