Skip to content

Commit

Permalink
Require CMake 3.21 for $<TARGET_RUNTIME_DLLS>
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Apr 30, 2024
1 parent e80d5cc commit cda4ca9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 00-upstream/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

project(zero
VERSION 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 01-find-package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

project(one
VERSION 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 02-add-subdirectory/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

project(two
VERSION 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 03-fp-fp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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, \
Expand Down
2 changes: 1 addition & 1 deletion 04-as-fp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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, \
Expand Down
2 changes: 1 addition & 1 deletion 05-fetch-content/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

project(five
VERSION 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 06-fp-fc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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, \
Expand Down
2 changes: 1 addition & 1 deletion 07-as-fc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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, \
Expand Down
2 changes: 1 addition & 1 deletion 08-find-module/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 09-external-project/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

project(nine
VERSION 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 10-special/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

project(ten
VERSION 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 11-no-cupcake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit cda4ca9

Please sign in to comment.