1. 1.37.0修复abseil-cpp不会参加编译的bug

master
captainfffsama 2 years ago
parent 83fc25e457
commit 18426fdf25
  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