Skip to content

Commit

Permalink
chore: Bump CMake version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Mar 28, 2022
1 parent da0655f commit 4943e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017-2019 Mateusz Loskot <mateusz at loskot dot net>
# Copyright (c) 2017-2022 Mateusz Loskot <mateusz at loskot dot net>
# Copyright (c) 2020-2021 Peter Dimov
#
# Distributed under the Boost Software License, Version 1.0.
Expand All @@ -11,7 +11,7 @@ if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)

# Generated by `boostdep --cmake gil`

cmake_minimum_required(VERSION 3.8...3.20)
cmake_minimum_required(VERSION 3.8...3.23)

project(boost_gil VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)

Expand Down

0 comments on commit 4943e40

Please sign in to comment.