From cda4ca94359763416ccd2091d218c37edf5dd931 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Tue, 30 Apr 2024 17:52:23 -0500 Subject: [PATCH] Require CMake 3.21 for $ --- 00-upstream/CMakeLists.txt | 2 +- 01-find-package/CMakeLists.txt | 2 +- 02-add-subdirectory/CMakeLists.txt | 2 +- 03-fp-fp/CMakeLists.txt | 2 +- 04-as-fp/CMakeLists.txt | 2 +- 05-fetch-content/CMakeLists.txt | 2 +- 06-fp-fc/CMakeLists.txt | 2 +- 07-as-fc/CMakeLists.txt | 2 +- 08-find-module/CMakeLists.txt | 2 +- 09-external-project/CMakeLists.txt | 2 +- 10-special/CMakeLists.txt | 2 +- 11-no-cupcake/CMakeLists.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/00-upstream/CMakeLists.txt b/00-upstream/CMakeLists.txt index 507b181..8308ab4 100644 --- a/00-upstream/CMakeLists.txt +++ b/00-upstream/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) project(zero VERSION 0.1.0 diff --git a/01-find-package/CMakeLists.txt b/01-find-package/CMakeLists.txt index 0029ef8..21b889f 100644 --- a/01-find-package/CMakeLists.txt +++ b/01-find-package/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) project(one VERSION 0.1.0 diff --git a/02-add-subdirectory/CMakeLists.txt b/02-add-subdirectory/CMakeLists.txt index f2742d8..1d5d8a0 100644 --- a/02-add-subdirectory/CMakeLists.txt +++ b/02-add-subdirectory/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) project(two VERSION 0.1.0 diff --git a/03-fp-fp/CMakeLists.txt b/03-fp-fp/CMakeLists.txt index dd2dc97..af9272a 100644 --- a/03-fp-fp/CMakeLists.txt +++ b/03-fp-fp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) set(PROJECT_DESCRIPTION "\ An example project that imports another through find_package, \ diff --git a/04-as-fp/CMakeLists.txt b/04-as-fp/CMakeLists.txt index 01370cd..409b08f 100644 --- a/04-as-fp/CMakeLists.txt +++ b/04-as-fp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) set(PROJECT_DESCRIPTION "\ An example project that imports another through find_package, \ diff --git a/05-fetch-content/CMakeLists.txt b/05-fetch-content/CMakeLists.txt index c579757..60b2870 100644 --- a/05-fetch-content/CMakeLists.txt +++ b/05-fetch-content/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) project(five VERSION 0.1.0 diff --git a/06-fp-fc/CMakeLists.txt b/06-fp-fc/CMakeLists.txt index d48e8f5..d4009eb 100644 --- a/06-fp-fc/CMakeLists.txt +++ b/06-fp-fc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) set(PROJECT_DESCRIPTION "\ An example project that imports another through FetchContent, \ diff --git a/07-as-fc/CMakeLists.txt b/07-as-fc/CMakeLists.txt index 795aa7a..3c5a8c4 100644 --- a/07-as-fc/CMakeLists.txt +++ b/07-as-fc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) set(PROJECT_DESCRIPTION "\ An example project that imports another through FetchContent, \ diff --git a/08-find-module/CMakeLists.txt b/08-find-module/CMakeLists.txt index c2cf1a5..3da67e6 100644 --- a/08-find-module/CMakeLists.txt +++ b/08-find-module/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) set(PROJECT_DESCRIPTION "\ An example project that imports another through a Find Module \ diff --git a/09-external-project/CMakeLists.txt b/09-external-project/CMakeLists.txt index 1db87d9..c0985d7 100644 --- a/09-external-project/CMakeLists.txt +++ b/09-external-project/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) project(nine VERSION 0.1.0 diff --git a/10-special/CMakeLists.txt b/10-special/CMakeLists.txt index 9673a6e..610bb7c 100644 --- a/10-special/CMakeLists.txt +++ b/10-special/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) project(ten VERSION 0.1.0 diff --git a/11-no-cupcake/CMakeLists.txt b/11-no-cupcake/CMakeLists.txt index 0a8f2db..c018e00 100644 --- a/11-no-cupcake/CMakeLists.txt +++ b/11-no-cupcake/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.21) set(PROJECT_DESCRIPTION "\ An example project that does not use cupcake \