File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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# string_view-lite project and version, updated by script/update-version.py:
1111
Original file line number Diff line number Diff line change 66# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77
88if ( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
9- cmake_minimum_required ( VERSION 3.8 FATAL_ERROR )
9+ cmake_minimum_required ( VERSION 3.15 FATAL_ERROR )
1010endif ()
1111
1212project ( example LANGUAGES CXX )
Original file line number Diff line number Diff line change 66# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77
88if ( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
9- cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
9+ cmake_minimum_required ( VERSION 3.15 FATAL_ERROR )
1010endif ()
1111
1212project ( test LANGUAGES CXX )
You can’t perform that action at this time.
0 commit comments