Skip to content

Commit cb28675

Browse files
committed
update minimum cmake version
1 parent 9fdfb14 commit cb28675

File tree

155 files changed

+155
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+155
-155
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ~~~
1616

17-
cmake_minimum_required(VERSION 3.16...3.31)
17+
cmake_minimum_required(VERSION 3.22...3.31)
1818

1919
# Define the project name and where to report bugs.
2020
set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")

google/cloud/accessapproval/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the Access Approval API C++ client library from a
1616
# larger CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-accessapproval-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_accessapproval REQUIRED)

google/cloud/accesscontextmanager/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the Access Context Manager API C++ client library
1616
# from a larger CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-accesscontextmanager-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_accesscontextmanager REQUIRED)

google/cloud/advisorynotifications/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the Advisory Notifications API C++ client library
1616
# from a larger CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-advisorynotifications-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_advisorynotifications REQUIRED)

google/cloud/aiplatform/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the Vertex AI API C++ client library from a larger
1616
# CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-aiplatform-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_aiplatform REQUIRED)

google/cloud/alloydb/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the AlloyDB API C++ client library from a larger
1616
# CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-alloydb-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_alloydb REQUIRED)

google/cloud/apigateway/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the API Gateway API C++ client library from a
1616
# larger CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-apigateway-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_apigateway REQUIRED)

google/cloud/apigeeconnect/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the Apigee Connect API C++ client library from a
1616
# larger CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-apigeeconnect-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_apigeeconnect REQUIRED)

google/cloud/apikeys/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the API Keys API C++ client library from a larger
1616
# CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-apikeys-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_apikeys REQUIRED)

google/cloud/appengine/quickstart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file shows how to use the App Engine Admin API C++ client library from a
1616
# larger CMake project.
1717

18-
cmake_minimum_required(VERSION 3.10...3.24)
18+
cmake_minimum_required(VERSION 3.22...3.31)
1919
project(google-cloud-cpp-appengine-quickstart CXX)
2020

2121
find_package(google_cloud_cpp_appengine REQUIRED)

0 commit comments

Comments
 (0)