Skip to content

Commit

Permalink
Make cmake 3.15 the minimum required
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Mar 26, 2024
1 parent 8a2c432 commit c8f608b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Distributed under the MIT License (https://opensource.org/licenses/MIT)
###############################################################################
cmake_minimum_required(VERSION 3.7.2...3.15.0)
cmake_minimum_required(VERSION 3.15.0)
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)

project(artist LANGUAGES C CXX)
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Distributed under the MIT License (https://opensource.org/licenses/MIT)
###############################################################################
cmake_minimum_required(VERSION 3.7.2...3.15.0)
cmake_minimum_required(VERSION 3.15.0)

if (POLICY CMP0135)
cmake_policy(SET CMP0135 NEW)
Expand Down

0 comments on commit c8f608b

Please sign in to comment.