We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0782f0 commit 58b7ce7Copy full SHA for 58b7ce7
CMakeLists.txt
@@ -4,7 +4,7 @@
4
# Distributed under the Boost Software License, Version 1.0.
5
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
#
7
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.10)
8
project(Boost.TE CXX)
9
10
option(ENABLE_MEMCHECK "Run the unit tests and examples under valgrind if it is found." OFF)
0 commit comments