We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327ea4 commit f6304d7Copy full SHA for f6304d7
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -3045,7 +3045,9 @@ function(build_absl)
3045
3046
prepare_fetchcontent()
3047
3048
- set(ABSL_ENABLE_INSTALL OFF)
+ # We have to enable Abseil install to add Abseil targets to an export set.
3049
+ # But we don't install Abseil by EXCLUDE_FROM_ALL.
3050
+ set(ABSL_ENABLE_INSTALL ON)
3051
fetchcontent_makeavailable(absl)
3052
3053
if(CMAKE_VERSION VERSION_LESS 3.28)
0 commit comments