Skip to content

Commit 9e1fcdf

Browse files
committed
Increment minimum required CMake version to 3.15 (nonstd-lite issue 73)
nonstd-lite/nonstd-lite#73
1 parent 1814a26 commit 9e1fcdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Distributed under the Boost Software License, Version 1.0.
66
# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77

8-
cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
8+
cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
99

1010
# status-value project and version, updated by script/update-version.py:
1111

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
55

66
if( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
7-
cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
7+
cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
88
endif()
99

1010
project( test LANGUAGES CXX )

0 commit comments

Comments
 (0)