Skip to content

Commit 7aeff51

Browse files
committed
Update cmake_minimium_required to 3.20
1 parent 0a32e25 commit 7aeff51

File tree

558 files changed

+688
-688
lines changed

Some content is hidden

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

558 files changed

+688
-688
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.20)
22

33
# Solution
44
project(xtd)

README.md

Lines changed: 3 additions & 3 deletions

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.20)
22

33
# Project
44
project(docs)

docs/examples.md

Lines changed: 3 additions & 3 deletions

docs/first_programs.md

Lines changed: 1 addition & 1 deletion

docs/writing_console_application.md

Lines changed: 2 additions & 2 deletions

docs/writing_gui_application.md

Lines changed: 2 additions & 2 deletions

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.20)
22

33
# Solution
44
project(xtd.examples)

examples/xtd.cmake.examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.20)
22

33
# Solution
44
project(xtd.cmake.xamples)

examples/xtd.cmake.examples/assembly_informations/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.20)
22

33
# Solution
44
project(assembly_informations)

0 commit comments

Comments
 (0)