diff options
author | Copybara-Service <copybara-worker@google.com> | 2022-09-06 07:59:48 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-09-06 07:59:48 -0700 |
commit | f2b8a81d637fd480c760e92b06a542bbc63843d2 (patch) | |
tree | 534db7609884538f1ca627a3d8acd1923de41fd7 | |
parent | 2052c2e37c7554c52db3c117b3ad468924e10cd2 (diff) | |
parent | 09f4602cc8a22adb9dc81117754534261efe564f (diff) | |
download | abseil-f2b8a81d637fd480c760e92b06a542bbc63843d2.tar.gz abseil-f2b8a81d637fd480c760e92b06a542bbc63843d2.tar.bz2 abseil-f2b8a81d637fd480c760e92b06a542bbc63843d2.zip |
Merge pull request #1269 from isuruf:patch-1
PiperOrigin-RevId: 472457798
Change-Id: I4abb971c9bb19cc1a1968525cebf473e41738768
-rw-r--r-- | CMake/AbseilDll.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 1b140b09..8992091b 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -546,6 +546,7 @@ function(absl_make_dll) NOMINMAX INTERFACE ${ABSL_CC_LIB_DEFINES} + ABSL_CONSUME_DLL ) install(TARGETS abseil_dll EXPORT ${PROJECT_NAME}Targets RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} |