We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179b8cf commit 48e5e22Copy full SHA for 48e5e22
CMakeLists.txt
@@ -5,7 +5,7 @@
5
# Distributed under the Boost Software License, Version 1.0.
6
# (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8
-cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
+cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
9
10
# expected-lite project and version, updated by script/update-version.py:
11
test/CMakeLists.txt
@@ -6,7 +6,7 @@
if( NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION )
- cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
+ cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
endif()
12
project( test LANGUAGES CXX )
0 commit comments