Skip to content

Commit 58b7ce7

Browse files
committed
🔧 [cmake] 3.10
1 parent e0782f0 commit 58b7ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Distributed under the Boost Software License, Version 1.0.
55
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66
#
7-
cmake_minimum_required(VERSION 2.8)
7+
cmake_minimum_required(VERSION 3.10)
88
project(Boost.TE CXX)
99

1010
option(ENABLE_MEMCHECK "Run the unit tests and examples under valgrind if it is found." OFF)

0 commit comments

Comments
 (0)