Skip to content

Commit

Permalink
Attempt to get Ubuntu to use C++17 for abseil.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 27, 2023
1 parent d249cc3 commit db5199a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: Apache-2.0

if(NOT ${ABSL_INCLUDED_WITH_PROTOBUF})
set(ABSL_PROPAGATE_CXX_STD ON)
# We want later than C++11.
set(ABSL_PROPAGATE_CXX_STD OFF)
add_subdirectory(abseil-cpp)
endif()

Expand Down

0 comments on commit db5199a

Please sign in to comment.