File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Distributed under the Boost Software License, Version 1.0. (See accompanying
44# file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
55
6- cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
6+ cmake_minimum_required ( VERSION 3.15 FATAL_ERROR )
77
88project (
99 lest
Original file line number Diff line number Diff line change 88# -Dlest_FEATURE_TIME=1
99
1010if ( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
11- cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
11+ cmake_minimum_required ( VERSION 3.15 FATAL_ERROR )
1212endif ()
1313
1414project ( examples )
Original file line number Diff line number Diff line change 88# -Dlest_FEATURE_TIME=1
99
1010if ( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
11- cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
11+ cmake_minimum_required ( VERSION 3.15 FATAL_ERROR )
1212endif ()
1313
1414project ( test LANGUAGES CXX )
You can’t perform that action at this time.
0 commit comments