From 18426fdf25dd79ffe214daff468b9a6ecf64f2bb Mon Sep 17 00:00:00 2001 From: captainfffsama Date: Mon, 8 Aug 2022 09:53:12 +0800 Subject: [PATCH] =?UTF-8?q?1.=201.37.0=E4=BF=AE=E5=A4=8Dabseil-cpp?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E5=8F=82=E5=8A=A0=E7=BC=96=E8=AF=91=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abseil-cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/abseil-cpp/CMakeLists.txt b/abseil-cpp/CMakeLists.txt index f0af6f66..cc5da868 100644 --- a/abseil-cpp/CMakeLists.txt +++ b/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)