Skip to content

Commit

Permalink
Increment minimum required CMake version to 3.15 of 2020 (#71, thanks @…
Browse files Browse the repository at this point in the history
…oschonrock, nonstd-lite-project issue 73)

martinmoene/nonstd-lite-project#73
  • Loading branch information
martinmoene committed Nov 11, 2024
1 parent 179b8cf commit 48e5e22
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 @@ -5,7 +5,7 @@
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
cmake_minimum_required( VERSION 3.15 FATAL_ERROR )

# expected-lite project and version, updated by script/update-version.py:

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

if( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
endif()

project( test LANGUAGES CXX )
Expand Down

0 comments on commit 48e5e22

Please sign in to comment.