Skip to content

Commit 466fb36

Browse files
committed
Fix minimum version in test/headers/CMakeLists.txt
1 parent c5ceaa2 commit 466fb36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/headers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Distributed under the Boost Software License, Version 1.0.
33
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
44

5-
cmake_minimum_required(VERSION 3.2)
5+
cmake_minimum_required(VERSION 3.5)
66

77
if(POLICY CMP0074)
88
cmake_policy(SET CMP0074 NEW)

0 commit comments

Comments
 (0)