We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf112 commit 1496f20Copy full SHA for 1496f20
1 file changed
generator/internal/scaffold_generator.cc
@@ -1019,7 +1019,7 @@ void GenerateQuickstartCMake(
1019
# This file shows how to use the $title$ C++ client library from a larger
1020
# CMake project.
1021
1022
-cmake_minimum_required(VERSION 3.10...3.24)
+cmake_minimum_required(VERSION 3.22...3.31)
1023
project(google-cloud-cpp-$library$-quickstart CXX)
1024
1025
find_package(google_cloud_cpp_$library$ REQUIRED)
0 commit comments