Merge branch 'v1.37.0'

1. 修复1.37.0的bug
master
captainfffsama 2 years ago
commit 3e47f51e7b
  1. 1
      abseil-cpp/CMakeLists.txt

@ -20,6 +20,7 @@
# (https://fedoraproject.org/wiki/EPEL#Extra_Packages_for_Enterprise_Linux_.28EPEL.29)
# and then issuing `yum install cmake3` on the command line.
cmake_minimum_required(VERSION 3.5)
set(CMAKE_CXX_STANDARD 17)
# Compiler id for Apple Clang is now AppleClang.
if (POLICY CMP0025)

Loading…
Cancel
Save