From 5516490fd5bea08d253dcaed59c430c2dada5c2d Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Wed, 19 Nov 2025 09:18:30 -0800 Subject: Update cmake version --- CMakeLists.txt | 2 +- contrib/glfw/CMakeLists.txt | 2 +- dxcommon/CMakeLists.txt | 2 +- dxwindow/CMakeLists.txt | 2 +- hello/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53799c0..c916974 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.20) project(dx12) diff --git a/contrib/glfw/CMakeLists.txt b/contrib/glfw/CMakeLists.txt index a4e4955..3521151 100644 --- a/contrib/glfw/CMakeLists.txt +++ b/contrib/glfw/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.20) add_library(glfw INTERFACE) diff --git a/dxcommon/CMakeLists.txt b/dxcommon/CMakeLists.txt index ad8e2b6..08fa178 100644 --- a/dxcommon/CMakeLists.txt +++ b/dxcommon/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.20) add_library(dxcommon src/dxcommon.cc) diff --git a/dxwindow/CMakeLists.txt b/dxwindow/CMakeLists.txt index c29e098..baf99de 100644 --- a/dxwindow/CMakeLists.txt +++ b/dxwindow/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.20) add_library(dxwindow src/dxwindow.cc) diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt index 9ace20f..90a0d78 100644 --- a/hello/CMakeLists.txt +++ b/hello/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.20) add_executable(hello main.cc) -- cgit v1.2.3