Skip to content

Commit

Permalink
Bumped minimum required CMake version to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Sep 4, 2024
1 parent 4370959 commit 631abff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.19)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")

Expand Down
2 changes: 1 addition & 1 deletion sources/library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.19)

project(library CXX)
include(CompilerRuntime)
Expand Down
2 changes: 1 addition & 1 deletion sources/loader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.19)

project(loader CXX)
include(CompilerRuntime)
Expand Down

0 comments on commit 631abff

Please sign in to comment.