Skip to content

Commit 1496f20

Browse files
committed
update generator minimum cmake version
1 parent bcdf112 commit 1496f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/internal/scaffold_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ void GenerateQuickstartCMake(
10191019
# This file shows how to use the $title$ C++ client library from a larger
10201020
# CMake project.
10211021
1022-
cmake_minimum_required(VERSION 3.10...3.24)
1022+
cmake_minimum_required(VERSION 3.22...3.31)
10231023
project(google-cloud-cpp-$library$-quickstart CXX)
10241024
10251025
find_package(google_cloud_cpp_$library$ REQUIRED)

0 commit comments

Comments
 (0)