Skip to content

Commit

Permalink
fix: Enable ABSL_ENABLE_INSTALL.
Browse files Browse the repository at this point in the history
This makes all Abseil targets installable, which is required to make
targets that depend on those in this project installable as well.
  • Loading branch information
ingomueller-net committed Mar 15, 2024
1 parent ac7fc6b commit 0ed4fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: Apache-2.0

set(ABSL_ENABLE_INSTALL ON)
if(NOT ${ABSL_INCLUDED_WITH_PROTOBUF})
set(ABSL_PROPAGATE_CXX_STD ON)
add_subdirectory(abseil-cpp)
Expand Down

0 comments on commit 0ed4fb7

Please sign in to comment.